Kconfig 547 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. if TARGET_DLVISION_10G
  2. config SYS_BOARD
  3. default "405ep"
  4. config SYS_VENDOR
  5. default "gdsys"
  6. config SYS_CONFIG_NAME
  7. default "dlvision-10g"
  8. endif
  9. if TARGET_IO
  10. config SYS_BOARD
  11. default "405ep"
  12. config SYS_VENDOR
  13. default "gdsys"
  14. config SYS_CONFIG_NAME
  15. default "io"
  16. endif
  17. if TARGET_IOCON
  18. config SYS_BOARD
  19. default "405ep"
  20. config SYS_VENDOR
  21. default "gdsys"
  22. config SYS_CONFIG_NAME
  23. default "iocon"
  24. endif
  25. if TARGET_NEO
  26. config SYS_BOARD
  27. default "405ep"
  28. config SYS_VENDOR
  29. default "gdsys"
  30. config SYS_CONFIG_NAME
  31. default "neo"
  32. endif