xref: /openbmc/u-boot/board/freescale/imx8mq_evk/Kconfig (revision 7181a6d1cf71b9e97cfcf175400390f9eabde8a8)
1if TARGET_IMX8MQ_EVK
2
3config SYS_BOARD
4	default "imx8mq_evk"
5
6config SYS_VENDOR
7	default "freescale"
8
9config SYS_CONFIG_NAME
10	default "imx8mq_evk"
11
12endif
13