summaryrefslogtreecommitdiff
path: root/board/toradex/apalis-tk1/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/toradex/apalis-tk1/Kconfig')
-rw-r--r--board/toradex/apalis-tk1/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/board/toradex/apalis-tk1/Kconfig b/board/toradex/apalis-tk1/Kconfig
new file mode 100644
index 0000000000..0da23be41b
--- /dev/null
+++ b/board/toradex/apalis-tk1/Kconfig
@@ -0,0 +1,28 @@
+if TARGET_APALIS_TK1
+
+config SYS_BOARD
+ default "apalis-tk1"
+
+config SYS_VENDOR
+ default "toradex"
+
+config SYS_CONFIG_NAME
+ default "apalis-tk1"
+
+config TRDX_CFG_BLOCK
+ default y
+
+config TRDX_HAVE_MMC
+ default y
+
+config TRDX_CFG_BLOCK_DEV
+ default "0"
+
+config TRDX_CFG_BLOCK_PART
+ default "1"
+
+# Toradex Configblock in eMMC, at the end of 1st "boot sector"
+config TRDX_CFG_BLOCK_OFFSET
+ default "-512"
+
+endif