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