blob: aec13d49037a4a2cd03b205627c49c0f0c80d187 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
if ARCH_IMX8ULP
config AHAB_BOOT
bool "Support i.MX8ULP AHAB features"
help
This option enables the support for AHAB secure boot.
config IMX8ULP
bool
config SYS_SOC
default "imx8ulp"
config IMX8ULP_LD_MODE
bool
config IMX8ULP_ND_MODE
bool "i.MX8ULP Low Driver Mode"
choice
prompt "i.MX8ULP board select"
optional
config TARGET_IMX8ULP_EVK
bool "imx8ulp_evk"
select BINMAN
select IMX8ULP
select SUPPORT_SPL
select IMX8ULP_DRAM
imply OF_UPSTREAM
endchoice
source "board/nxp/imx8ulp_evk/Kconfig"
endif
|