Kconfig 725 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. if TARGET_DRACO
  2. config SYS_BOARD
  3. default "draco"
  4. config SYS_VENDOR
  5. default "siemens"
  6. config SYS_SOC
  7. default "am33xx"
  8. config SYS_CONFIG_NAME
  9. default "draco"
  10. endif
  11. if TARGET_THUBAN
  12. config SYS_BOARD
  13. default "draco"
  14. config SYS_VENDOR
  15. default "siemens"
  16. config SYS_SOC
  17. default "am33xx"
  18. config SYS_CONFIG_NAME
  19. default "thuban"
  20. endif
  21. if TARGET_RASTABAN
  22. config SYS_BOARD
  23. default "draco"
  24. config SYS_VENDOR
  25. default "siemens"
  26. config SYS_SOC
  27. default "am33xx"
  28. config SYS_CONFIG_NAME
  29. default "rastaban"
  30. endif
  31. if TARGET_ETAMIN
  32. config SYS_BOARD
  33. default "draco"
  34. config SYS_VENDOR
  35. default "siemens"
  36. config SYS_SOC
  37. default "am33xx"
  38. config SYS_CONFIG_NAME
  39. default "etamin"
  40. endif