diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 2d047e763b..1704215f1d 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -4,6 +4,10 @@ config SERIAL_CONSOLE bool "See output on the serial port console" default y +config SERIAL_POST + bool "See POST output on the serial port console" + default n + config TTYS0_BASE hex "I/O base for the serial port" depends on SERIAL_CONSOLE |