1if ARCH_IMX8ULP
2
3config IMX8ULP
4	bool
5	select ARMV8_SPL_EXCEPTION_VECTORS
6
7config SYS_SOC
8	default "imx8ulp"
9
10choice
11	prompt "i.MX8ULP board select"
12	optional
13
14config TARGET_IMX8ULP_EVK
15	bool "imx8ulp_evk"
16	select IMX8ULP
17	select SUPPORT_SPL
18
19endchoice
20
21source "board/freescale/imx8ulp_evk/Kconfig"
22
23endif
24