blob: 9671107cb6f9e74b9187da4e7926e4d835050ee3 [file] [log] [blame]
Peng Fan6bae1c72018-10-18 14:28:08 +02001if ARCH_IMX8
2
3config IMX8
4 bool
5
6config IMX8QXP
7 select IMX8
Peng Fan1df287c2018-12-21 06:21:13 +00008 select SUPPORT_SPL
Peng Fan6bae1c72018-10-18 14:28:08 +02009 bool
10
11config SYS_SOC
12 default "imx8"
13
Peng Fan702c6dc2018-10-18 14:28:37 +020014choice
15 prompt "i.MX8 board select"
16 optional
17
18config TARGET_IMX8QXP_MEK
19 bool "Support i.MX8QXP MEK board"
20 select BOARD_LATE_INIT
21 select IMX8QXP
22
23endchoice
24
25source "board/freescale/imx8qxp_mek/Kconfig"
26
Peng Fan6bae1c72018-10-18 14:28:08 +020027endif