]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/mach-imx/imx8m/Kconfig
imx: imx8m: add Kconfig entry for i.MX8MP
[thirdparty/u-boot.git] / arch / arm / mach-imx / imx8m / Kconfig
CommitLineData
cd357ad1 1if ARCH_IMX8M
7a7391fd 2
cd357ad1 3config IMX8M
7a7391fd
PF
4 bool
5 select ROM_UNIFIED_SECTIONS
6
d968ae7e
PF
7config IMX8MQ
8 bool
9 select IMX8M
10
1b1eaa0e
PF
11config IMX8MM
12 bool
13 select IMX8M
14
66ec590c
PF
15config IMX8MN
16 bool
17 select IMX8M
18
de749aec
PF
19config IMX8MP
20 bool
21 select IMX8M
22
7a7391fd 23config SYS_SOC
cd357ad1 24 default "imx8m"
7a7391fd 25
86ac7a9a
PF
26choice
27 prompt "NXP i.MX8M board select"
28 optional
29
30config TARGET_IMX8MQ_EVK
31 bool "imx8mq_evk"
d968ae7e 32 select IMX8MQ
86ac7a9a
PF
33 select IMX8M_LPDDR4
34
9b15ce91
PF
35config TARGET_IMX8MM_EVK
36 bool "imx8mm LPDDR4 EVK board"
37 select IMX8MM
38 select SUPPORT_SPL
39 select IMX8M_LPDDR4
40
d239d9d9
PF
41config TARGET_IMX8MN_EVK
42 bool "imx8mn DDR4 EVK board"
43 select IMX8MN
44 select SUPPORT_SPL
45 select IMX8M_DDR4
46
86ac7a9a
PF
47endchoice
48
49source "board/freescale/imx8mq_evk/Kconfig"
9b15ce91 50source "board/freescale/imx8mm_evk/Kconfig"
d239d9d9 51source "board/freescale/imx8mn_evk/Kconfig"
86ac7a9a 52
7a7391fd 53endif