2021-08-07 16:00:30 +08:00
|
|
|
if ARCH_IMX8ULP
|
|
|
|
|
|
|
|
config IMX8ULP
|
|
|
|
bool
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "imx8ulp"
|
|
|
|
|
2022-04-06 14:30:12 +08:00
|
|
|
config IMX8ULP_LD_MODE
|
|
|
|
bool
|
|
|
|
|
|
|
|
config IMX8ULP_ND_MODE
|
|
|
|
bool "i.MX8ULP Low Driver Mode"
|
|
|
|
|
2021-08-07 16:00:30 +08:00
|
|
|
choice
|
|
|
|
prompt "i.MX8ULP board select"
|
|
|
|
optional
|
|
|
|
|
2021-08-07 16:01:13 +08:00
|
|
|
config TARGET_IMX8ULP_EVK
|
|
|
|
bool "imx8ulp_evk"
|
|
|
|
select IMX8ULP
|
|
|
|
select SUPPORT_SPL
|
2023-01-31 16:42:31 +08:00
|
|
|
select IMX8ULP_DRAM
|
2021-08-07 16:01:13 +08:00
|
|
|
|
2021-08-07 16:00:30 +08:00
|
|
|
endchoice
|
|
|
|
|
2021-08-07 16:01:13 +08:00
|
|
|
source "board/freescale/imx8ulp_evk/Kconfig"
|
|
|
|
|
2021-08-07 16:00:30 +08:00
|
|
|
endif
|