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

if ARCH_CHIP_FVP_ARMV8R

menu "FVP ARMv8-R Virt Chip Selection"

choice
	prompt "FVP Core Configuration"
	default ARCH_CHIP_FVP_R82

config ARCH_CHIP_FVP_R82
	bool "FVP virtual Processor (Cortex-r82)"
	select ARCH_HAVE_MULTICPU
	select ARCH_SET_VMPIDR_EL2

endchoice # FVP Chip Selection

endmenu # "FVP Chip Selection"

endif # ARCH_CHIP_FVP_ARMV8R
