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