blob: 7ba3835539827fc8794cbd5413a6d2217bc3ff47 [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"
Mathieu Othacehe0ef03ac2024-01-04 16:30:09 +010032 select BINMAN
Peng Fanb72606c2022-07-26 16:41:10 +080033 select IMX93
34
35endchoice
36
37source "board/freescale/imx93_evk/Kconfig"
38
Peng Fanbbcd2c42022-07-26 16:40:39 +080039endif
Peng Fanb72606c2022-07-26 16:41:10 +080040