xref: /openbmc/u-boot/board/freescale/imx8qxp_mek/Kconfig (revision 9e3c0174da842dd88f5feaffbf843ba332233897)
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