diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:47 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:47 -0400 |
commit | 68ac8f7dda26de7fc321426d52f4ac6bd785bad3 (patch) | |
tree | 86ad3125c05d606e6cb45cd286f83d3fab796d1e /arch/arm/plat-omap | |
parent | 4a54db612463e330e0e02e2234fc6b783b3eea84 (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/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
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 | ||
24 | config ARCH_OMAP2 | ||
25 | bool "TI OMAP2" | ||
26 | depends on ARCH_OMAP2PLUS | ||
27 | select CPU_V6 | ||
28 | |||
29 | config 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 | |||
36 | config ARCH_OMAP4 | ||
37 | bool "TI OMAP4" | ||
38 | depends on ARCH_OMAP2PLUS | ||
39 | select CPU_V7 | ||
40 | select ARM_GIC | ||
41 | |||
42 | endchoice | 24 | endchoice |
43 | 25 | ||
44 | comment "OMAP Feature Selections" | 26 | comment "OMAP Feature Selections" |