summaryrefslogtreecommitdiff
path: root/board/aristainetos/common/Kconfig
blob: a15993e2deb30bba2f60189b628d8db8a5848a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
config SYS_BOARD_VERSION
	int "select version of aristainetos board"
	help
	  version of aristainetos board version
	  2 version 2
	  3 version 2b

config SYS_I2C_MXC_I2C1
	default y

config SYS_I2C_MXC_I2C2
	default y

config SYS_I2C_MXC_I2C3
	default y

config SYS_I2C_MXC_I2C4
	default y

config SYS_MALLOC_LEN
	default 0x4000000

config ENV_SIZE
	default 0x3000

config ENV_SECT_SIZE
	default 0x10000

config ENV_OFFSET
	default 0xd0000

config SYS_CONFIG_NAME
	default "aristainetos2"