mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 13:38:28 +00:00
Kconfigs: Fix and issue with SERCOMM_CONSOLE being define in two places
This commit is contained in:
parent
1de529cc42
commit
2fcec7e80c
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue