blob: bbdeaac07b359e54b0a62b7882c8cd69e6388a2b [file] [log] [blame]
Peng Fan570dc4f2021-08-07 16:00:30 +08001if ARCH_IMX8ULP
2
3config IMX8ULP
4 bool
Peng Fan570dc4f2021-08-07 16:00:30 +08005
6config SYS_SOC
7 default "imx8ulp"
8
Peng Fan4cdb3a32022-04-06 14:30:12 +08009config IMX8ULP_LD_MODE
10 bool
11
12config IMX8ULP_ND_MODE
13 bool "i.MX8ULP Low Driver Mode"
14
Peng Fan570dc4f2021-08-07 16:00:30 +080015choice
16 prompt "i.MX8ULP board select"
17 optional
18
Peng Fancbe5d382021-08-07 16:01:13 +080019config TARGET_IMX8ULP_EVK
20 bool "imx8ulp_evk"
21 select IMX8ULP
22 select SUPPORT_SPL
23
Peng Fan570dc4f2021-08-07 16:00:30 +080024endchoice
25
Peng Fancbe5d382021-08-07 16:01:13 +080026source "board/freescale/imx8ulp_evk/Kconfig"
27
Peng Fan570dc4f2021-08-07 16:00:30 +080028endif