Kconfig 368 B

1234567891011121314151617181920212223242526272829
  1. if TARGET_ARISTAINETOS
  2. config SYS_BOARD
  3. default "aristainetos"
  4. config SYS_CONFIG_NAME
  5. default "aristainetos"
  6. endif
  7. if TARGET_ARISTAINETOS2
  8. config SYS_BOARD
  9. default "aristainetos"
  10. config SYS_CONFIG_NAME
  11. default "aristainetos2"
  12. endif
  13. if TARGET_ARISTAINETOS2B
  14. config SYS_BOARD
  15. default "aristainetos"
  16. config SYS_CONFIG_NAME
  17. default "aristainetos2b"
  18. endif