]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/Seagate/dockstar/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / Seagate / dockstar / Kconfig
diff --git a/board/Seagate/dockstar/Kconfig b/board/Seagate/dockstar/Kconfig
new file mode 100644 (file)
index 0000000..4696ac6
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_DOCKSTAR
+
+config SYS_CPU
+       string
+       default "arm926ejs"
+
+config SYS_BOARD
+       string
+       default "dockstar"
+
+config SYS_VENDOR
+       string
+       default "Seagate"
+
+config SYS_SOC
+       string
+       default "kirkwood"
+
+config SYS_CONFIG_NAME
+       string
+       default "dockstar"
+
+endif