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