Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / mach-imx / imx8m / Kconfig
1 if ARCH_IMX8M
2
3 config IMX8M
4         bool
5         select ROM_UNIFIED_SECTIONS
6
7 config IMX8MQ
8         bool
9         select IMX8M
10
11 config IMX8MM
12         bool
13         select IMX8M
14
15 config IMX8MN
16         bool
17         select IMX8M
18
19 config IMX8MP
20         bool
21         select IMX8M
22
23 config SYS_SOC
24         default "imx8m"
25
26 choice
27         prompt  "NXP i.MX8M board select"
28         optional
29
30 config TARGET_IMX8MQ_EVK
31         bool "imx8mq_evk"
32         select IMX8MQ
33         select IMX8M_LPDDR4
34
35 config TARGET_IMX8MM_EVK
36         bool "imx8mm LPDDR4 EVK board"
37         select IMX8MM
38         select SUPPORT_SPL
39         select IMX8M_LPDDR4
40
41 config TARGET_IMX8MN_EVK
42         bool "imx8mn DDR4 EVK board"
43         select IMX8MN
44         select SUPPORT_SPL
45         select IMX8M_DDR4
46
47 config TARGET_IMX8MP_EVK
48         bool "imx8mp LPDDR4 EVK board"
49         select IMX8MP
50         select SUPPORT_SPL
51         select IMX8M_LPDDR4
52
53 endchoice
54
55 source "board/freescale/imx8mq_evk/Kconfig"
56 source "board/freescale/imx8mm_evk/Kconfig"
57 source "board/freescale/imx8mn_evk/Kconfig"
58 source "board/freescale/imx8mp_evk/Kconfig"
59
60 endif