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:
parent
936e4e529d
commit
5ee81c0d50
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue