0d3a87cd74435b17ad50267a5a69ea02c12b756b
[oweals/u-boot.git] / arch / arm / mach-imx / imx8 / Kconfig
1 if ARCH_IMX8
2
3 config IMX8
4         bool
5
6 config IMX8QXP
7         select IMX8
8         bool
9
10 config SYS_SOC
11         default "imx8"
12
13 choice
14         prompt "i.MX8 board select"
15         optional
16
17 config TARGET_IMX8QXP_MEK
18         bool "Support i.MX8QXP MEK board"
19         select BOARD_LATE_INIT
20         select IMX8QXP
21
22 endchoice
23
24 source "board/freescale/imx8qxp_mek/Kconfig"
25
26 endif