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