uboot/board/aristainetos/common/Kconfig
<<
>>
Prefs
   1config 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
   8config SYS_I2C_MXC_I2C1
   9        default y
  10
  11config SYS_I2C_MXC_I2C2
  12        default y
  13
  14config SYS_I2C_MXC_I2C3
  15        default y
  16
  17config SYS_I2C_MXC_I2C4
  18        default y
  19
  20config SYS_MALLOC_LEN
  21        default 0x4000000
  22
  23config ENV_SIZE
  24        default 0x3000
  25
  26config ENV_SECT_SIZE
  27        default 0x10000
  28
  29config ENV_OFFSET
  30        default 0xd0000
  31
  32config SYS_CONFIG_NAME
  33        default "aristainetos2"
  34