Kconfig 503 B

123456789101112131415161718192021222324252627282930313233
  1. config SYS_BOARD_VERSION
  2. int "select version of aristainetos board"
  3. help
  4. version of aristainetos board version
  5. 5 version 2c and 2d
  6. 6 version 2c-cslb
  7. config SYS_I2C_MXC_I2C1
  8. default y
  9. config SYS_I2C_MXC_I2C2
  10. default y
  11. config SYS_I2C_MXC_I2C3
  12. default y
  13. config SYS_I2C_MXC_I2C4
  14. default y
  15. config SYS_MALLOC_LEN
  16. default 0x4000000
  17. config ENV_SIZE
  18. default 0x3000
  19. config ENV_SECT_SIZE
  20. default 0x10000
  21. config ENV_OFFSET
  22. default 0xd0000
  23. config SYS_CONFIG_NAME
  24. default "aristainetos2"