nuttx/boards/arm/csk6/csk6011a-nano/Kconfig
tfzou fad8a22074 arm: Add support for CSK6011A SOC and CSK6011A-NANO board
Signed-off-by: tfzou <tfzou@listenai.com>
2024-09-05 09:34:33 -03:00

19 lines
385 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_CSK6011A_NANO
choice
prompt "Console Mode"
default CSK6_CONSOLE_UART0
config CSK6_CONSOLE_UART0
bool "USART0 is a console port"
select USART0_SERIALDRIVER
#TODO add support other port
endchoice # USART0 Mode
endif