]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/voh405/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / esd / voh405 / Kconfig
diff --git a/board/esd/voh405/Kconfig b/board/esd/voh405/Kconfig
new file mode 100644 (file)
index 0000000..ef3d073
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_VOH405
+
+config SYS_BOARD
+       string
+       default "voh405"
+
+config SYS_VENDOR
+       string
+       default "esd"
+
+config SYS_CONFIG_NAME
+       string
+       default "VOH405"
+
+endif