aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2010-07-05 09:31:47 -0400
committerTony Lindgren <tony@atomide.com>2010-07-05 09:31:47 -0400
commit68ac8f7dda26de7fc321426d52f4ac6bd785bad3 (patch)
tree86ad3125c05d606e6cb45cd286f83d3fab796d1e /arch/arm/mach-omap2/Kconfig
parent4a54db612463e330e0e02e2234fc6b783b3eea84 (diff)
omap2/3/4: Move Kconfig options to mach-omap2/Kconfig
Move omap2/3/4 specific Kconfig options to mach-omap2/Kconfig Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index e94ee6b02ae0..d306aa1d2dfd 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -2,6 +2,24 @@ if ARCH_OMAP2PLUS
2 2
3menu "TI OMAP2/3/4 Specific Features" 3menu "TI OMAP2/3/4 Specific Features"
4 4
5config ARCH_OMAP2
6 bool "TI OMAP2"
7 depends on ARCH_OMAP2PLUS
8 select CPU_V6
9
10config ARCH_OMAP3
11 bool "TI OMAP3"
12 depends on ARCH_OMAP2PLUS
13 select CPU_V7
14 select USB_ARCH_HAS_EHCI
15 select ARM_L1_CACHE_SHIFT_6
16
17config ARCH_OMAP4
18 bool "TI OMAP4"
19 depends on ARCH_OMAP2PLUS
20 select CPU_V7
21 select ARM_GIC
22
5comment "OMAP Core Type" 23comment "OMAP Core Type"
6 depends on ARCH_OMAP2 24 depends on ARCH_OMAP2
7 25