blob: 0d3a87cd74435b17ad50267a5a69ea02c12b756b [file] [log] [blame]
Peng Fanb2b8b9b2018-10-18 14:28:08 +02001if ARCH_IMX8
2
3config IMX8
4 bool
5
6config IMX8QXP
7 select IMX8
8 bool
9
10config SYS_SOC
11 default "imx8"
12
Peng Fand0dd7392018-10-18 14:28:37 +020013choice
14 prompt "i.MX8 board select"
15 optional
16
17config TARGET_IMX8QXP_MEK
18 bool "Support i.MX8QXP MEK board"
19 select BOARD_LATE_INIT
20 select IMX8QXP
21
22endchoice
23
24source "board/freescale/imx8qxp_mek/Kconfig"
25
Peng Fanb2b8b9b2018-10-18 14:28:08 +020026endif