]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/panda/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / board / ti / panda / Kconfig
diff --git a/board/ti/panda/Kconfig b/board/ti/panda/Kconfig
new file mode 100644 (file)
index 0000000..be1307d
--- /dev/null
@@ -0,0 +1,23 @@
+if TARGET_OMAP4_PANDA
+
+config SYS_CPU
+       string
+       default "armv7"
+
+config SYS_BOARD
+       string
+       default "panda"
+
+config SYS_VENDOR
+       string
+       default "ti"
+
+config SYS_SOC
+       string
+       default "omap4"
+
+config SYS_CONFIG_NAME
+       string
+       default "omap4_panda"
+
+endif