]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/toradex/apalis_t30/Kconfig
arm: tegra: initial support for apalis t30
[karo-tx-uboot.git] / board / toradex / apalis_t30 / Kconfig
diff --git a/board/toradex/apalis_t30/Kconfig b/board/toradex/apalis_t30/Kconfig
new file mode 100644 (file)
index 0000000..8f40590
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_APALIS_T30
+
+config SYS_BOARD
+       string
+       default "apalis_t30"
+
+config SYS_VENDOR
+       string
+       default "toradex"
+
+config SYS_CONFIG_NAME
+       string
+       default "apalis_t30"
+
+endif