Kconfigs: Fix and issue with SERCOMM_CONSOLE being define in two places

This commit is contained in:
Gregory Nutt
2013-12-02 17:21:46 -06:00
parent 1de529cc42
commit 2fcec7e80c
+3 -1
View File
@@ -97,8 +97,10 @@ choice
prompt "Serial Console Selection"
default SERIAL_CONSOLE_NONE
config SERCOMM_CONSOLE
# See drivers/Kconfig
config USE_SERCOMM_CONSOLE
bool "SERCOMM console"
select SERCOMM_CONSOLE
config SERIAL_MODEM_CONSOLE
bool "Serial console on modem UART"