summaryrefslogblamecommitdiff
path: root/nuttx/arch/sh/src/m16c/Kconfig
blob: 1b7318e20a1823702aa339026bba7e4ec06c6e39 (plain) (tree)
1
2
3
4
5
6





                                                             














                              
 
     
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

if ARCH_M16C

config M16C_UART0
	bool "UART0"
	select ARCH_HAVE_UART0
	default n

config M16C_UART1
	bool "UART1"
	select ARCH_HAVE_UART1
	default n

config M16C_UART2
	bool "UART2"
	select ARCH_HAVE_UART2
	default n

endif