aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--arch/arm/mach-omap2/Kconfig18
-rw-r--r--arch/arm/plat-omap/Kconfig18
2 files changed, 18 insertions, 18 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
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index a4e87278b8f1..b7a3d80c539f 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -21,24 +21,6 @@ config ARCH_OMAP2PLUS
21 help 21 help
22 "Systems based on omap24xx, omap34xx or omap44xx" 22 "Systems based on omap24xx, omap34xx or omap44xx"
23 23
24config ARCH_OMAP2
25 bool "TI OMAP2"
26 depends on ARCH_OMAP2PLUS
27 select CPU_V6
28
29config ARCH_OMAP3
30 bool "TI OMAP3"
31 depends on ARCH_OMAP2PLUS
32 select CPU_V7
33 select USB_ARCH_HAS_EHCI
34 select ARM_L1_CACHE_SHIFT_6
35
36config ARCH_OMAP4
37 bool "TI OMAP4"
38 depends on ARCH_OMAP2PLUS
39 select CPU_V7
40 select ARM_GIC
41
42endchoice 24endchoice
43 25
44comment "OMAP Feature Selections" 26comment "OMAP Feature Selections"