nuttx/boards/arm/csk6/csk6011a-nano/Kconfig
simbit18 583f025422 Fix Kconfig style
Remove spaces from Kconfig files
Add TABs
Replace help => ---help---
2024-09-17 22:16:41 +08:00

19 lines
369 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