diff options
author | Tony Lindgren | 2013-01-11 20:24:20 +0100 |
---|---|---|
committer | Tony Lindgren | 2013-01-11 20:24:20 +0100 |
commit | a069486162a59513053cf772515217ca61727704 (patch) | |
tree | 20c6d69c3c9e77ef8a100fef56c8257c2417da90 /arch/arm/Kconfig | |
parent | ARM: OMAP2+: Disable code that currently does not work with multiplaform (diff) | |
download | kernel-qcow2-linux-a069486162a59513053cf772515217ca61727704.tar.gz kernel-qcow2-linux-a069486162a59513053cf772515217ca61727704.tar.xz kernel-qcow2-linux-a069486162a59513053cf772515217ca61727704.zip |
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/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 67874b82a4ed..a1f8868becc6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -937,17 +937,24 @@ config ARCH_DAVINCI help Support for TI's DaVinci platform. -config ARCH_OMAP - bool "TI OMAP" +config ARCH_OMAP1 + bool "TI OMAP1" depends on MMU select ARCH_HAS_CPUFREQ select ARCH_HAS_HOLES_MEMORYMODEL + select ARCH_OMAP select ARCH_REQUIRE_GPIOLIB + select CLKDEV_LOOKUP select CLKSRC_MMIO select GENERIC_CLOCKEVENTS + select GENERIC_IRQ_CHIP select HAVE_CLK + select HAVE_IDE + select IRQ_DOMAIN + select NEED_MACH_IO_H if PCCARD + select NEED_MACH_MEMORY_H help - Support for TI's OMAP platform (OMAP1/2/3/4). + Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx) config ARCH_VT8500_SINGLE bool "VIA/WonderMedia 85xx" |