2021-08-07 08:00:30 +00:00
|
|
|
if ARCH_IMX8ULP
|
|
|
|
|
2023-04-28 04:08:06 +00:00
|
|
|
config AHAB_BOOT
|
|
|
|
bool "Support i.MX8ULP AHAB features"
|
|
|
|
help
|
|
|
|
This option enables the support for AHAB secure boot.
|
|
|
|
|
2021-08-07 08:00:30 +00:00
|
|
|
config IMX8ULP
|
|
|
|
bool
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "imx8ulp"
|
|
|
|
|
2022-04-06 06:30:12 +00:00
|
|
|
config IMX8ULP_LD_MODE
|
|
|
|
bool
|
|
|
|
|
|
|
|
config IMX8ULP_ND_MODE
|
|
|
|
bool "i.MX8ULP Low Driver Mode"
|
|
|
|
|
2021-08-07 08:00:30 +00:00
|
|
|
choice
|
|
|
|
prompt "i.MX8ULP board select"
|
|
|
|
optional
|
|
|
|
|
2021-08-07 08:01:13 +00:00
|
|
|
config TARGET_IMX8ULP_EVK
|
|
|
|
bool "imx8ulp_evk"
|
|
|
|
select IMX8ULP
|
|
|
|
select SUPPORT_SPL
|
2023-01-31 08:42:31 +00:00
|
|
|
select IMX8ULP_DRAM
|
2021-08-07 08:01:13 +00:00
|
|
|
|
2021-08-07 08:00:30 +00:00
|
|
|
endchoice
|
|
|
|
|
2021-08-07 08:01:13 +00:00
|
|
|
source "board/freescale/imx8ulp_evk/Kconfig"
|
|
|
|
|
2021-08-07 08:00:30 +00:00
|
|
|
endif
|