summaryrefslogtreecommitdiffstats
path: root/src/console
diff options
context:
space:
mode:
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 9151a32a1176..5225d11f50e1 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -417,6 +417,7 @@ config POST_DEVICE
choice
prompt "Device to send POST codes to"
depends on POST_DEVICE
+ default POST_DEVICE_LPC if DEFAULT_POST_ON_LPC
default POST_DEVICE_NONE
config POST_DEVICE_NONE
@@ -429,6 +430,10 @@ config POST_DEVICE_PCI_PCIE
depends on PCI
endchoice
+config DEFAULT_POST_ON_LPC
+ bool
+ default n
+
config POST_IO
bool "Send POST codes to an IO port"
depends on PC80_SYSTEM && !NO_POST