]> git.sur5r.net Git - u-boot/blobdiff - board/zipitz2/Kconfig
kconfig: add board Kconfig and defconfig files
[u-boot] / board / zipitz2 / Kconfig
diff --git a/board/zipitz2/Kconfig b/board/zipitz2/Kconfig
new file mode 100644 (file)
index 0000000..702edbf
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_ZIPITZ2
+
+config SYS_CPU
+       string
+       default "pxa"
+
+config SYS_BOARD
+       string
+       default "zipitz2"
+
+config SYS_CONFIG_NAME
+       string
+       default "zipitz2"
+
+endif