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

if ARCH_CHIP_IMX

# choice "iMX Chip Selection"

config ARCH_CHIP_IMX1
	bool
	default y

menu "iMX Peripheral Selection"

config IMX_UART1
	bool "UART1"
	default n
	select ARCH_HAVE_UART1

config IMX_UART2
	bool "UART2"
	default n
	select ARCH_HAVE_UART2

config IMX_UART3
	bool "UART2"
	default n
	select ARCH_HAVE_UART3

config IMX_SPI1
	bool "SPI1"
	default n
	select SPI

config IMX_SPI2
	bool "SPI2"
	default n
	select SPI

endmenu # iMX Peripheral Selection

config RAM_NUTTXENTRY
	hex "NuttX entry point"
	default 0x01004000
	---help---
		The virtual address of the NuttX entry point

endif
