summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx8ulp/Kconfig
blob: 1e465ab720f00823cd8ca2e801d78d834e487e35 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
if ARCH_IMX8ULP

config AHAB_BOOT
	bool "Support i.MX8ULP AHAB features"
	help
	  This option enables the support for AHAB secure boot.

config IMX8ULP
	select ARCH_EARLY_INIT_R
	bool

config SYS_SOC
	default "imx8ulp"

config IMX8ULP_LD_MODE
	bool
	default n

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 IMX8ULP
	select SUPPORT_SPL
	select IMX8ULP_DRAM
	select FSL_CAAM
	select FSL_BLOB
	select ARCH_MISC_INIT
	select SPL_CRYPTO if SPL

config TARGET_IMX8ULP_9X9_EVK
	bool "imx8ulp_9x9_evk"
	select IMX8ULP
	select SUPPORT_SPL
	select IMX8ULP_DRAM
	select FSL_CAAM
	select FSL_BLOB
	select MISC
	select ARCH_MISC_INIT
	select SPL_CRYPTO_SUPPORT if SPL

endchoice

source "board/freescale/imx8ulp_evk/Kconfig"

endif