blob: 49bb29a45d8a2da1494e816c1473401d3038c7c9 [file] [log] [blame]
Peng Fan439321b2019-12-30 17:46:21 +08001if TARGET_IMX8MP_EVK
2
3config SYS_BOARD
4 default "imx8mp_evk"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_CONFIG_NAME
10 default "imx8mp_evk"
11
12source "board/freescale/common/Kconfig"
13
14endif