]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/balloon3/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / board / balloon3 / Kconfig
diff --git a/board/balloon3/Kconfig b/board/balloon3/Kconfig
new file mode 100644 (file)
index 0000000..aee2193
--- /dev/null
@@ -0,0 +1,15 @@
+if TARGET_BALLOON3
+
+config SYS_CPU
+       string
+       default "pxa"
+
+config SYS_BOARD
+       string
+       default "balloon3"
+
+config SYS_CONFIG_NAME
+       string
+       default "balloon3"
+
+endif