1if ARCH_IMX9
2
3config AHAB_BOOT
4    bool "Support i.MX9 AHAB features"
5    help
6    This option enables the support for AHAB secure boot.
7
8config IMX9_LOW_DRIVE_MODE
9    bool "Configure to i.MX9 low drive mode"
10    help
11    This option enables the settings for iMX9 low drive mode.
12
13config IMX9
14	bool
15	select HAS_CAAM
16	select ROM_UNIFIED_SECTIONS
17
18config IMX93
19	bool
20	select IMX9
21	select ARMV8_SPL_EXCEPTION_VECTORS
22
23config SYS_SOC
24	default "imx9"
25
26choice
27	prompt  "NXP i.MX9 board select"
28	optional
29
30config TARGET_IMX93_11X11_EVK
31	bool "imx93_11x11_evk"
32	select IMX93
33
34endchoice
35
36source "board/freescale/imx93_evk/Kconfig"
37
38endif
39
40