6f1c825d80ee9ab7dcf4da0525590771f0679158
[platform/kernel/u-boot.git] / board / aristainetos / common / Kconfig
1 config SYS_BOARD_VERSION
2         int "select version of aristainetos board"
3         help
4           version of aristainetos board version
5           2 version 2
6           3 version 2b
7           4 version 2bcsl
8
9 config SYS_I2C_MXC_I2C1
10         default y
11
12 config SYS_I2C_MXC_I2C2
13         default y
14
15 config SYS_I2C_MXC_I2C3
16         default y
17
18 config SYS_I2C_MXC_I2C4
19         default y
20
21 config SYS_MALLOC_LEN
22         default 0x4000000
23
24 config ENV_SIZE
25         default 0x3000
26
27 config ENV_SECT_SIZE
28         default 0x10000
29
30 config ENV_OFFSET
31         default 0xd0000
32
33 config SYS_CONFIG_NAME
34         default "aristainetos2"