Kconfig 625 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. if TARGET_ARISTAINETOS2
  2. source "board/aristainetos/common/Kconfig"
  3. config SYS_BOARD
  4. default "aristainetos"
  5. config SYS_BOARD_VERSION
  6. default 2
  7. endif
  8. if TARGET_ARISTAINETOS2B
  9. source "board/aristainetos/common/Kconfig"
  10. config SYS_BOARD
  11. default "aristainetos"
  12. config SYS_BOARD_VERSION
  13. default 3
  14. endif
  15. if TARGET_ARISTAINETOS2BCSL
  16. source "board/aristainetos/common/Kconfig"
  17. config SYS_BOARD
  18. default "aristainetos"
  19. config SYS_BOARD_VERSION
  20. default 4
  21. endif
  22. if TARGET_ARISTAINETOS2C
  23. source "board/aristainetos/common/Kconfig"
  24. config SYS_BOARD
  25. default "aristainetos"
  26. config SYS_BOARD_VERSION
  27. default 5
  28. endif