Kconfig 315 B

1234567891011121314151617181920212223
  1. if TARGET_ARISTAINETOS2C
  2. source "board/aristainetos/common/Kconfig"
  3. config SYS_BOARD
  4. default "aristainetos"
  5. config SYS_BOARD_VERSION
  6. default 5
  7. endif
  8. if TARGET_ARISTAINETOS2CCSLB
  9. source "board/aristainetos/common/Kconfig"
  10. config SYS_BOARD
  11. default "aristainetos"
  12. config SYS_BOARD_VERSION
  13. default 6
  14. endif