kconfig: add board Kconfig and defconfig files
[oweals/u-boot.git] / board / overo / Kconfig
diff --git a/board/overo/Kconfig b/board/overo/Kconfig
new file mode 100644 (file)
index 0000000..1d4a261
--- /dev/null
@@ -0,0 +1,19 @@
+if TARGET_OMAP3_OVERO
+
+config SYS_CPU
+       string
+       default "armv7"
+
+config SYS_BOARD
+       string
+       default "overo"
+
+config SYS_SOC
+       string
+       default "omap3"
+
+config SYS_CONFIG_NAME
+       string
+       default "omap3_overo"
+
+endif