blob: 49ea25250a3d2f4b3ce15806f1cb5ce5d746f740 [file] [log] [blame]
Peng Fan570dc4f2021-08-07 16:00:30 +08001if ARCH_IMX8ULP
2
Peng Fanaf070282023-04-28 12:08:06 +08003config AHAB_BOOT
4 bool "Support i.MX8ULP AHAB features"
5 help
6 This option enables the support for AHAB secure boot.
7
Peng Fan570dc4f2021-08-07 16:00:30 +08008config IMX8ULP
9 bool
Peng Fan570dc4f2021-08-07 16:00:30 +080010
11config SYS_SOC
12 default "imx8ulp"
13
Peng Fan4cdb3a32022-04-06 14:30:12 +080014config IMX8ULP_LD_MODE
15 bool
16
17config IMX8ULP_ND_MODE
18 bool "i.MX8ULP Low Driver Mode"
19
Peng Fan570dc4f2021-08-07 16:00:30 +080020choice
21 prompt "i.MX8ULP board select"
22 optional
23
Peng Fancbe5d382021-08-07 16:01:13 +080024config TARGET_IMX8ULP_EVK
25 bool "imx8ulp_evk"
26 select IMX8ULP
27 select SUPPORT_SPL
Ye Li27c3b3e2023-01-31 16:42:31 +080028 select IMX8ULP_DRAM
Peng Fancbe5d382021-08-07 16:01:13 +080029
Peng Fan570dc4f2021-08-07 16:00:30 +080030endchoice
31
Peng Fancbe5d382021-08-07 16:01:13 +080032source "board/freescale/imx8ulp_evk/Kconfig"
33
Peng Fan570dc4f2021-08-07 16:00:30 +080034endif