#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_M16C
config M16C_UART0
bool "UART0"
select UART0_SERIALDRIVER
default n
config M16C_UART1
bool "UART1"
select UART1_SERIALDRIVER
default n
config M16C_UART2
bool "UART2"
select UART2_SERIALDRIVER
default n
endif