1if ARCH_IMX8 2 3config IMX8 4 bool 5 6config IMX8QXP 7 select IMX8 8 bool 9 10config SYS_SOC 11 default "imx8" 12 13choice 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 26endif 27