mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
serial/Kconfig: Oops put SERIAL_CONSOLE definition within if-endif condition. Better outside
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user