Serial: Allow serial console selection even if /dev/console is disabled: There can still be a serial console with no file system at all

This commit is contained in:
Gregory Nutt 2014-12-28 15:23:05 -06:00
parent 936e4e529d
commit 5ee81c0d50
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ choice
default NO_SERIAL_CONSOLE if !ARCH_HAVE_OTHER_UART
default OTHER_SERIAL_CONSOLE if ARCH_HAVE_OTHER_UART
depends on MCU_SERIAL
depends on DEV_CONSOLE
#depends on DEV_CONSOLE - We may have serial console with no file system at all
config UART_SERIAL_CONSOLE
bool "UART"