]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/mach-imx/imx8m/Kconfig
doc: imx8mn_evk: update doc after using binman
[thirdparty/u-boot.git] / arch / arm / mach-imx / imx8m / Kconfig
CommitLineData
cd357ad1 1if ARCH_IMX8M
7a7391fd 2
cd357ad1 3config IMX8M
7a7391fd 4 bool
940d36d5 5 select HAS_CAAM
7a7391fd
PF
6 select ROM_UNIFIED_SECTIONS
7
d968ae7e
PF
8config IMX8MQ
9 bool
10 select IMX8M
11
1b1eaa0e
PF
12config IMX8MM
13 bool
14 select IMX8M
15
66ec590c
PF
16config IMX8MN
17 bool
18 select IMX8M
19
de749aec
PF
20config IMX8MP
21 bool
22 select IMX8M
23
7a7391fd 24config SYS_SOC
cd357ad1 25 default "imx8m"
7a7391fd 26
86ac7a9a
PF
27choice
28 prompt "NXP i.MX8M board select"
29 optional
30
31config TARGET_IMX8MQ_EVK
32 bool "imx8mq_evk"
d968ae7e 33 select IMX8MQ
86ac7a9a
PF
34 select IMX8M_LPDDR4
35
ef99f3d9
AM
36config TARGET_IMX8MQ_PHANBELL
37 bool "imx8mq_phanbell"
38 select IMX8MQ
39 select IMX8M_LPDDR4
40
9b15ce91
PF
41config TARGET_IMX8MM_EVK
42 bool "imx8mm LPDDR4 EVK board"
8996e6b7 43 select BINMAN
9b15ce91
PF
44 select IMX8MM
45 select SUPPORT_SPL
46 select IMX8M_LPDDR4
47
03bf8436
TH
48config TARGET_IMX8MM_VENICE
49 bool "Support Gateworks Venice iMX8M Mini module"
50 select IMX8MM
51 select SUPPORT_SPL
52 select IMX8M_LPDDR4
53
4e805c19
PF
54config TARGET_IMX8MN_EVK
55 bool "imx8mn LPDDR4 EVK board"
d6afc6b3 56 select BINMAN
4e805c19
PF
57 select IMX8MN
58 select SUPPORT_SPL
59 select IMX8M_LPDDR4
60
846b77e7 61config TARGET_IMX8MN_DDR4_EVK
d239d9d9 62 bool "imx8mn DDR4 EVK board"
353dfe4b 63 select BINMAN
d239d9d9
PF
64 select IMX8MN
65 select SUPPORT_SPL
66 select IMX8M_DDR4
67
439321b2
PF
68config TARGET_IMX8MP_EVK
69 bool "imx8mp LPDDR4 EVK board"
70 select IMX8MP
71 select SUPPORT_SPL
72 select IMX8M_LPDDR4
73
b52fb0b0
MV
74config TARGET_PICO_IMX8MQ
75 bool "Support Technexion Pico iMX8MQ"
76 select IMX8MQ
77 select IMX8M_LPDDR4
78
14d5aeff
IO
79config TARGET_VERDIN_IMX8MM
80 bool "Support Toradex Verdin iMX8M Mini module"
81 select IMX8MM
82 select SUPPORT_SPL
83 select IMX8M_LPDDR4
84
f36f8bc6
AF
85config TARGET_IMX8MM_BEACON
86 bool "imx8mm Beacon Embedded devkit"
87 select IMX8MM
88 select SUPPORT_SPL
89 select IMX8M_LPDDR4
90
8e95883e
AF
91config TARGET_IMX8MN_BEACON
92 bool "imx8mn Beacon Embedded devkit"
93 select IMX8MN
94 select SUPPORT_SPL
95 select IMX8M_LPDDR4
96
0cc2a078
TR
97config TARGET_PHYCORE_IMX8MM
98 bool "PHYTEC PHYCORE i.MX8MM"
99 select IMX8MM
100 select SUPPORT_SPL
101 select IMX8M_LPDDR4
c661c511
TR
102
103config TARGET_PHYCORE_IMX8MP
104 bool "PHYTEC PHYCORE i.MX8MP"
105 select IMX8MP
106 select SUPPORT_SPL
107 select IMX8M_LPDDR4
86ac7a9a
PF
108endchoice
109
110source "board/freescale/imx8mq_evk/Kconfig"
9b15ce91 111source "board/freescale/imx8mm_evk/Kconfig"
d239d9d9 112source "board/freescale/imx8mn_evk/Kconfig"
439321b2 113source "board/freescale/imx8mp_evk/Kconfig"
03bf8436 114source "board/gateworks/venice/Kconfig"
ef99f3d9 115source "board/google/imx8mq_phanbell/Kconfig"
b52fb0b0 116source "board/technexion/pico-imx8mq/Kconfig"
14d5aeff 117source "board/toradex/verdin-imx8mm/Kconfig"
f36f8bc6 118source "board/beacon/imx8mm/Kconfig"
8e95883e 119source "board/beacon/imx8mn/Kconfig"
0cc2a078 120source "board/phytec/phycore_imx8mm/Kconfig"
c661c511 121source "board/phytec/phycore_imx8mp/Kconfig"
86ac7a9a 122
7a7391fd 123endif