xref: /openbmc/u-boot/board/freescale/imx8qxp_mek/Kconfig (revision f55db0afa23de5beedb63c011a879ebbe0f61613)
1if TARGET_IMX8QXP_MEK
2
3config SYS_BOARD
4	default "imx8qxp_mek"
5
6config SYS_VENDOR
7	default "freescale"
8
9config SYS_CONFIG_NAME
10	default "imx8qxp_mek"
11
12source "board/freescale/common/Kconfig"
13
14endif
15