blob: c1c1aa08c52523a5b420517c095641fa153eb877 [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
Ye Li27c3b3e2023-01-31 16:42:31 +080023 select IMX8ULP_DRAM
Peng Fancbe5d382021-08-07 16:01:13 +080024
Peng Fan570dc4f2021-08-07 16:00:30 +080025endchoice
26
Peng Fancbe5d382021-08-07 16:01:13 +080027source "board/freescale/imx8ulp_evk/Kconfig"
28
Peng Fan570dc4f2021-08-07 16:00:30 +080029endif