1if ARCH_IMX8ULP 2 3config AHAB_BOOT 4 bool "Support i.MX8ULP AHAB features" 5 help 6 This option enables the support for AHAB secure boot. 7 8config IMX8ULP 9 bool 10 11config SYS_SOC 12 default "imx8ulp" 13 14config IMX8ULP_LD_MODE 15 bool 16 17config IMX8ULP_ND_MODE 18 bool "i.MX8ULP Low Driver Mode" 19 20choice 21 prompt "i.MX8ULP board select" 22 optional 23 24config TARGET_IMX8ULP_EVK 25 bool "imx8ulp_evk" 26 select IMX8ULP 27 select SUPPORT_SPL 28 select IMX8ULP_DRAM 29 30endchoice 31 32source "board/freescale/imx8ulp_evk/Kconfig" 33 34endif 35