]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spear/spear300/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / spear / spear300 / Kconfig
diff --git a/board/spear/spear300/Kconfig b/board/spear/spear300/Kconfig
new file mode 100644 (file)
index 0000000..7e49e34
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_SPEAR300
+
+config SYS_CPU
+       string
+       default "arm926ejs"
+
+config SYS_BOARD
+       string
+       default "spear300"
+
+config SYS_VENDOR
+       string
+       default "spear"
+
+config SYS_SOC
+       string
+       default "spear"
+
+config SYS_CONFIG_NAME
+       string
+       default "spear3xx_evb"
+
+endif