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