Heiko Schocher | 219913c | 2019-12-01 11:23:06 +0100 | [diff] [blame^] | 1 | config BOARDNAME |
2 | string "name of the board" | ||||
3 | help | ||||
4 | set the name of the board. | ||||
5 | |||||
6 | config 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 | |||||
13 | config SYS_I2C_MXC_I2C1 | ||||
14 | default y | ||||
15 | |||||
16 | config SYS_I2C_MXC_I2C2 | ||||
17 | default y | ||||
18 | |||||
19 | config SYS_I2C_MXC_I2C3 | ||||
20 | default y | ||||
21 | |||||
22 | config SYS_I2C_MXC_I2C4 | ||||
23 | default y | ||||
24 | |||||
25 | config SYS_MALLOC_LEN | ||||
26 | default 0x4000000 | ||||
27 | |||||
28 | config ENV_SIZE | ||||
29 | default 0x3000 | ||||
30 | |||||
31 | config ENV_SECT_SIZE | ||||
32 | default 0x10000 | ||||
33 | |||||
34 | config ENV_OFFSET | ||||
35 | default 0xd0000 | ||||
36 | |||||
37 | config SYS_CONFIG_NAME | ||||
38 | default "aristainetos2" |