1if TARGET_IMX8MN_EVK || TARGET_IMX8MN_DDR4_EVK 2 3config SYS_BOARD 4 default "imx8mn_evk" 5 6config SYS_VENDOR 7 default "freescale" 8 9config SYS_CONFIG_NAME 10 default "imx8mn_evk" 11 12config IMX8MN_LOW_DRIVE_MODE 13 bool "Enable the low drive mode of iMX8MN on EVK board" 14 15config IMX_CONFIG 16 default "board/freescale/imx8mn_evk/imximage-8mn-ddr4.cfg" 17 18source "board/freescale/common/Kconfig" 19 20endif 21