]> git.sur5r.net Git - u-boot/blobdiff - board/spear/x600/Kconfig
kconfig: add board Kconfig and defconfig files
[u-boot] / board / spear / x600 / Kconfig
diff --git a/board/spear/x600/Kconfig b/board/spear/x600/Kconfig
new file mode 100644 (file)
index 0000000..a924559
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_X600
+
+config SYS_CPU
+       string
+       default "arm926ejs"
+
+config SYS_BOARD
+       string
+       default "x600"
+
+config SYS_VENDOR
+       string
+       default "spear"
+
+config SYS_SOC
+       string
+       default "spear"
+
+config SYS_CONFIG_NAME
+       string
+       default "x600"
+
+endif