u-boot/arch/arm/mach-imx/imx9/Kconfig

22 lines
310 B
Text
Raw Normal View History

if ARCH_IMX9
config AHAB_BOOT
bool "Support i.MX9 AHAB features"
help
This option enables the support for AHAB secure boot.
config IMX9
bool
select HAS_CAAM
select ROM_UNIFIED_SECTIONS
config IMX93
bool
select IMX9
select ARMV8_SPL_EXCEPTION_VECTORS
config SYS_SOC
default "imx9"
endif