#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

if ARCH_CHIP_IMX8

menu "i.MX8 Chip Selection"

choice
	prompt "i.MX8 Core Configuration"
	default ARCH_CHIP_IMX8_QUADMAX

config ARCH_CHIP_IMX8_QUADMAX
	bool "i.MX8 QuadMax Application Processor"
	select ARCH_HAVE_MULTICPU
	select ARMV8A_HAVE_GICv3
	select ARCH_CORTEX_A53

endchoice # i.MX8 Chip Selection

endmenu # "i.MX8 Chip Selection"

menu "i.MX8 Peripheral Selection"
config IMX8_UART1
	bool "UART1"
	default n
	select UART1_SERIALDRIVER
endmenu # iMX Peripheral Selection

endif # ARCH_CHIP_IMX8
