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