blob: 328243c2f9a9fcab23b8e3e9bdee95b9208883fa [file] [log] [blame]
Heiko Schocher3882e6f2019-12-01 11:23:06 +01001config SYS_BOARD_VERSION
2 int "select version of aristainetos board"
3 help
4 version of aristainetos board version
Heiko Schocher3cf02f52020-11-30 20:46:02 +01005 5 version 2c and 2d
Heiko Schocher015c0262020-11-30 20:46:03 +01006 6 version 2c-cslb
Heiko Schocher3882e6f2019-12-01 11:23:06 +01007
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"