serial/Kconfig: Oops put SERIAL_CONSOLE definition within if-endif condition. Better outside

This commit is contained in:
Gregory Nutt 2016-06-20 17:49:16 -06:00
parent cf1375daf7
commit 29a99bef0f
1 changed files with 5 additions and 4 deletions

View File

@ -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