aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/aristainetos/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/aristainetos/common/Kconfig')
-rw-r--r--roms/u-boot/board/aristainetos/common/Kconfig33
1 files changed, 33 insertions, 0 deletions
diff --git a/roms/u-boot/board/aristainetos/common/Kconfig b/roms/u-boot/board/aristainetos/common/Kconfig
new file mode 100644
index 000000000..328243c2f
--- /dev/null
+++ b/roms/u-boot/board/aristainetos/common/Kconfig
@@ -0,0 +1,33 @@
+config SYS_BOARD_VERSION
+ int "select version of aristainetos board"
+ help
+ version of aristainetos board version
+ 5 version 2c and 2d
+ 6 version 2c-cslb
+
+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"