blob: 6f1c825d80ee9ab7dcf4da0525590771f0679158 [file] [log] [blame]
Heiko Schocher219913c2019-12-01 11:23:06 +01001config SYS_BOARD_VERSION
2 int "select version of aristainetos board"
3 help
4 version of aristainetos board version
5 2 version 2
Heiko Schocher57c4aad2019-12-01 11:23:30 +01006 3 version 2b
Heiko Schocherfbe7e2f2019-12-01 11:23:31 +01007 4 version 2bcsl
Heiko Schocher219913c2019-12-01 11:23:06 +01008
9config SYS_I2C_MXC_I2C1
10 default y
11
12config SYS_I2C_MXC_I2C2
13 default y
14
15config SYS_I2C_MXC_I2C3
16 default y
17
18config SYS_I2C_MXC_I2C4
19 default y
20
21config SYS_MALLOC_LEN
22 default 0x4000000
23
24config ENV_SIZE
25 default 0x3000
26
27config ENV_SECT_SIZE
28 default 0x10000
29
30config ENV_OFFSET
31 default 0xd0000
32
33config SYS_CONFIG_NAME
34 default "aristainetos2"