summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx9/Kconfig
blob: a605a3d606b9fe8eee1e79f6a36def398e8d7bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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