Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[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           5 version 2c and 2d
6           6 version 2c-cslb
7
8 config SYS_I2C_MXC_I2C1
9         default y
10
11 config SYS_I2C_MXC_I2C2
12         default y
13
14 config SYS_I2C_MXC_I2C3
15         default y
16
17 config SYS_I2C_MXC_I2C4
18         default y
19
20 config SYS_MALLOC_LEN
21         default 0x4000000
22
23 config ENV_SIZE
24         default 0x3000
25
26 config ENV_SECT_SIZE
27         default 0x10000
28
29 config ENV_OFFSET
30         default 0xd0000
31
32 config SYS_CONFIG_NAME
33         default "aristainetos2"