blob: c51f80f311af4a7a395c13e4c30559ce154b62e1 [file] [log] [blame]
Peng Fanbbcd2c42022-07-26 16:40:39 +08001if ARCH_IMX9
2
Ye Li1c610742022-07-26 16:40:55 +08003config AHAB_BOOT
4 bool "Support i.MX9 AHAB features"
5 help
6 This option enables the support for AHAB secure boot.
7
Peng Fan14e66962023-04-28 12:08:30 +08008config 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
Peng Fanbbcd2c42022-07-26 16:40:39 +080013config 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
Peng Fanb72606c2022-07-26 16:41:10 +080026choice
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
Peng Fanbbcd2c42022-07-26 16:40:39 +080038endif
Peng Fanb72606c2022-07-26 16:41:10 +080039