blob: 963fc93d34fc224613a572381a511afb74b84052 [file] [log] [blame]
Peng Fan570dc4f2021-08-07 16:00:30 +08001if 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
Peng Fancbe5d382021-08-07 16:01:13 +080014config TARGET_IMX8ULP_EVK
15 bool "imx8ulp_evk"
16 select IMX8ULP
17 select SUPPORT_SPL
18
Peng Fan570dc4f2021-08-07 16:00:30 +080019endchoice
20
Peng Fancbe5d382021-08-07 16:01:13 +080021source "board/freescale/imx8ulp_evk/Kconfig"
22
Peng Fan570dc4f2021-08-07 16:00:30 +080023endif