Prepare v2023.10
[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 config IMX_CONFIG
13         default "board/congatec/cgtqmx8/imximage.cfg"
14
15 source "board/congatec/common/Kconfig"
16
17 endif