diff options
author | Tony Lindgren <tony@atomide.com> | 2013-01-11 14:24:20 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-01-11 14:24:20 -0500 |
commit | a069486162a59513053cf772515217ca61727704 (patch) | |
tree | 20c6d69c3c9e77ef8a100fef56c8257c2417da90 /arch/arm/mach-omap2/Kconfig | |
parent | a62a6e98c370ccca37d353a5f763b532411a4c14 (diff) |
ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
Flip on multiplatform support for omap2+.
No changes to omap2plus_defconfig needed, but please note
that you may need to update your custom config files to
make sure you have:
CONFIG_ARCH_MULTIPLATFORM=y
CONFIG_ARCH_MULTI_V7=y
CONFIG_ARCH_OMAP2PLUS=y
And may need CONFIG_ARCH_MULTI_V6=y if booting omap2 boards.
Cc: Russell King <linux@arm.linux.org.uk>
Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 492d76466833..c3c033f283a9 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -1,3 +1,26 @@ | |||
1 | config ARCH_OMAP | ||
2 | bool | ||
3 | |||
4 | config ARCH_OMAP2PLUS | ||
5 | bool "TI OMAP2/3/4/5 SoCs with device tree support" if (ARCH_MULTI_V6 || ARCH_MULTI_V7) | ||
6 | select ARCH_HAS_CPUFREQ | ||
7 | select ARCH_HAS_HOLES_MEMORYMODEL | ||
8 | select ARCH_OMAP | ||
9 | select ARCH_REQUIRE_GPIOLIB | ||
10 | select CLKDEV_LOOKUP | ||
11 | select CLKSRC_MMIO | ||
12 | select GENERIC_CLOCKEVENTS | ||
13 | select GENERIC_IRQ_CHIP | ||
14 | select HAVE_CLK | ||
15 | select OMAP_DM_TIMER | ||
16 | select PINCTRL | ||
17 | select PROC_DEVICETREE if PROC_FS | ||
18 | select SPARSE_IRQ | ||
19 | select USE_OF | ||
20 | help | ||
21 | Systems based on OMAP2, OMAP3, OMAP4 or OMAP5 | ||
22 | |||
23 | |||
1 | if ARCH_OMAP2PLUS | 24 | if ARCH_OMAP2PLUS |
2 | 25 | ||
3 | menu "TI OMAP2/3/4 Specific Features" | 26 | menu "TI OMAP2/3/4 Specific Features" |