]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Added arch/arm/mach-omap2/Kconfig left out accidentally
authorTony Lindgren <tony@atomide.com>
Mon, 15 Aug 2005 09:28:18 +0000 (02:28 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Aug 2005 09:28:18 +0000 (02:28 -0700)
Added arch/arm/mach-omap2/Kconfig left out accidentally from
Paul's 24xx patch.

arch/arm/mach-omap2/Kconfig [new file with mode: 0644]

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
new file mode 100644 (file)
index 0000000..5788809
--- /dev/null
@@ -0,0 +1,22 @@
+comment "OMAP Core Type"
+       depends on ARCH_OMAP2
+
+config ARCH_OMAP24XX
+       bool "OMAP24xx Based System"
+       depends on ARCH_OMAP2
+
+config ARCH_OMAP2420
+       bool "OMAP2420 support"
+       depends on ARCH_OMAP24XX
+
+comment "OMAP Board Type"
+       depends on ARCH_OMAP2
+
+config MACH_OMAP_GENERIC
+       bool "Generic OMAP board"
+       depends on ARCH_OMAP2 && ARCH_OMAP24XX
+
+config MACH_OMAP_H4
+       bool "OMAP 2420 H4 board"
+       depends on ARCH_OMAP2 && ARCH_OMAP24XX
+