summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx9/Kconfig
blob: f4fc1ac5ce8c7cbdb635c73f805d0592025ddb41 (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
if ARCH_IMX9

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

config IMX9_LOW_DRIVE_MODE
    bool "Configure to i.MX9 low drive mode"
    help
    This option enables the settings for iMX9 low drive mode.

config IMX9
	bool
	select ARCH_EARLY_INIT_R
	select HAS_CAAM
	select ROM_UNIFIED_SECTIONS

config IMX93
	bool
	select IMX9
	select ARMV8_SPL_EXCEPTION_VECTORS

config SYS_SOC
	default "imx9"

choice
	prompt  "NXP i.MX9 board select"
	optional

config TARGET_IMX93_11X11_EVK
	bool "imx93_11x11_evk"
	select IMX93

config TARGET_IMX93_9X9_QSB
	bool "imx93_9x9_qsb"
	select IMX93
	select IMX9_LPDDR4X

endchoice

source "board/freescale/imx93_evk/Kconfig"
source "board/freescale/imx93_qsb/Kconfig"

endif