Kconfig 187 B

1234567891011121314
  1. if TARGET_CONGA_QMX8
  2. config SYS_BOARD
  3. default "cgtqmx8"
  4. config SYS_VENDOR
  5. default "congatec"
  6. config SYS_CONFIG_NAME
  7. default "cgtqmx8"
  8. source "board/congatec/common/Kconfig"
  9. endif