linuxOS_D21X/source/uboot-2021.10/board/congatec/cgtqmx8/Kconfig

15 lines
187 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
if TARGET_CONGA_QMX8
config SYS_BOARD
default "cgtqmx8"
config SYS_VENDOR
default "congatec"
config SYS_CONFIG_NAME
default "cgtqmx8"
source "board/congatec/common/Kconfig"
endif