Kconfig 283 B

12345678910111213141516171819202122232425
  1. if TARGET_GIEDI
  2. config SYS_BOARD
  3. default "capricorn"
  4. config SYS_VENDOR
  5. default "siemens"
  6. config SYS_CONFIG_NAME
  7. default "giedi"
  8. endif
  9. if TARGET_DENEB
  10. config SYS_BOARD
  11. default "capricorn"
  12. config SYS_VENDOR
  13. default "siemens"
  14. config SYS_CONFIG_NAME
  15. default "deneb"
  16. endif