blob: d8b5ef70b556d7a585ab5a5579d51bfafcb93d77 [file] [log] [blame]
if ARCH_IMX8ULP
config IMX8ULP
bool
config SYS_SOC
default "imx8ulp"
choice
prompt "i.MX8ULP board select"
optional
config TARGET_IMX8ULP_EVK
bool "imx8ulp_evk"
select IMX8ULP
select SUPPORT_SPL
endchoice
source "board/freescale/imx8ulp_evk/Kconfig"
endif