1if TARGET_IMX8MM_BEACON 2 3config SYS_BOARD 4 default "imx8mm" 5 6config SYS_VENDOR 7 default "beacon" 8 9config SYS_CONFIG_NAME 10 default "imx8mm_beacon" 11 12source "board/freescale/common/Kconfig" 13 14endif 15