1if ARCH_IMX8M 2 3config IMX8M 4 bool 5 select ROM_UNIFIED_SECTIONS 6 7config SYS_SOC 8 default "imx8m" 9 10choice 11 prompt "NXP i.MX8M board select" 12 optional 13 14config TARGET_IMX8MQ_EVK 15 bool "imx8mq_evk" 16 select IMX8M 17 select IMX8M_LPDDR4 18 19endchoice 20 21source "board/freescale/imx8mq_evk/Kconfig" 22 23endif 24