imx: support for conga-QMX8 board
[platform/kernel/u-boot.git] / board / congatec / cgtqmx8 / Kconfig
1 if TARGET_CONGA_QMX8
2
3 config SYS_BOARD
4         default "cgtqmx8"
5
6 config SYS_VENDOR
7         default "congatec"
8
9 config SYS_CONFIG_NAME
10         default "cgtqmx8"
11
12 source "board/congatec/common/Kconfig"
13
14 endif