serial/Kconfig: Oops put SERIAL_CONSOLE definition within if-endif condition. Better outside
This commit is contained in:
parent
cf1375daf7
commit
29a99bef0f
|
@ -13,6 +13,11 @@ config DEV_LOWCONSOLE
|
|||
|
||||
config SERIAL_REMOVABLE
|
||||
bool
|
||||
default n
|
||||
|
||||
config SERIAL_CONSOLE
|
||||
bool
|
||||
default n
|
||||
|
||||
config 16550_UART
|
||||
bool "16550 UART Chip support"
|
||||
|
@ -284,10 +289,6 @@ config 16550_UART3_OFLOWCONTROL
|
|||
|
||||
endif # 16550_UART3
|
||||
|
||||
config SERIAL_CONSOLE
|
||||
bool
|
||||
default n
|
||||
|
||||
choice
|
||||
prompt "16550 Serial Console"
|
||||
default 16550_NO_SERIAL_CONSOLE
|
||||
|
|
Loading…
Reference in New Issue