summaryrefslogblamecommitdiff
path: root/nuttx/arch/arm/src/imx/Kconfig
blob: e1081aefe7a924aa941ed10e19d75dfb4a4d98c7 (plain) (tree)
1
2
3
4
5



                                                             
 

















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

if ARCH_CHIP_IMX

config IMX_UART0
	bool "UART0"
	select ARCH_HAVE_UART0
	default n

config IMX_UART1
	bool "UART1"
	select ARCH_HAVE_UART1
	default n

config IMX_UART2
	bool "UART2"
	select ARCH_HAVE_UART2
	default n

endif