blob: 53a3f4d5527b5e03a66fd725c674847f8fd6311f [file] [log] [blame]
Heiko Schocher3882e6f2019-12-01 11:23:06 +01001config BOARDNAME
2 string "name of the board"
3 help
4 set the name of the board.
5
6config SYS_BOARD_VERSION
7 int "select version of aristainetos board"
8 help
9 version of aristainetos board version
10 2 version 2
11 3 version 2b
12
13config SYS_I2C_MXC_I2C1
14 default y
15
16config SYS_I2C_MXC_I2C2
17 default y
18
19config SYS_I2C_MXC_I2C3
20 default y
21
22config SYS_I2C_MXC_I2C4
23 default y
24
25config SYS_MALLOC_LEN
26 default 0x4000000
27
28config ENV_SIZE
29 default 0x3000
30
31config ENV_SECT_SIZE
32 default 0x10000
33
34config ENV_OFFSET
35 default 0xd0000
36
37config SYS_CONFIG_NAME
38 default "aristainetos2"