blob: c06102bae078a285d5532996676c610d17585e6b [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 Fanbbcd2c42022-07-26 16:40:39 +08008config IMX9
9 bool
10 select HAS_CAAM
11 select ROM_UNIFIED_SECTIONS
12
13config IMX93
14 bool
15 select IMX9
16 select ARMV8_SPL_EXCEPTION_VECTORS
17
18config SYS_SOC
19 default "imx9"
20
Peng Fanb72606c2022-07-26 16:41:10 +080021choice
22 prompt "NXP i.MX9 board select"
23 optional
24
25config TARGET_IMX93_11X11_EVK
26 bool "imx93_11x11_evk"
27 select IMX93
28
29endchoice
30
31source "board/freescale/imx93_evk/Kconfig"
32
Peng Fanbbcd2c42022-07-26 16:40:39 +080033endif
Peng Fanb72606c2022-07-26 16:41:10 +080034