board: phytec: phycore-imx93: Add phyBOARD-Segin-i.MX93 support
[pandora-u-boot.git] / arch / arm / mach-imx / imx9 / Kconfig
1 if ARCH_IMX9
2
3 config AHAB_BOOT
4     bool "Support i.MX9 AHAB features"
5     help
6     This option enables the support for AHAB secure boot.
7
8 config IMX9_LOW_DRIVE_MODE
9     bool "Configure to i.MX9 low drive mode"
10     help
11     This option enables the settings for iMX9 low drive mode.
12
13 config IMX9
14         bool
15         select BINMAN
16         select HAS_CAAM
17         select ROM_UNIFIED_SECTIONS
18
19 config IMX93
20         bool
21         select IMX9
22         select ARMV8_SPL_EXCEPTION_VECTORS
23
24 config SYS_SOC
25         default "imx9"
26
27 choice
28         prompt  "NXP i.MX9 board select"
29         optional
30
31 config TARGET_IMX93_11X11_EVK
32         bool "imx93_11x11_evk"
33         select IMX93
34
35 config TARGET_IMX93_VAR_SOM
36         bool "imx93_var_som"
37         select IMX93
38         select IMX9_LPDDR4X
39
40 config TARGET_PHYCORE_IMX93
41         bool "phycore_imx93"
42         select IMX93
43         select IMX9_LPDDR4X
44
45 endchoice
46
47 source "board/freescale/imx93_evk/Kconfig"
48 source "board/phytec/phycore_imx93/Kconfig"
49 source "board/variscite/imx93_var_som/Kconfig"
50
51 endif
52