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/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/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 | |||
937 | help | 937 | help |
938 | Support for TI's DaVinci platform. | 938 | Support for TI's DaVinci platform. |
939 | 939 | ||
940 | config ARCH_OMAP | 940 | config ARCH_OMAP1 |
941 | bool "TI OMAP" | 941 | bool "TI OMAP1" |
942 | depends on MMU | 942 | depends on MMU |
943 | select ARCH_HAS_CPUFREQ | 943 | select ARCH_HAS_CPUFREQ |
944 | select ARCH_HAS_HOLES_MEMORYMODEL | 944 | select ARCH_HAS_HOLES_MEMORYMODEL |
945 | select ARCH_OMAP | ||
945 | select ARCH_REQUIRE_GPIOLIB | 946 | select ARCH_REQUIRE_GPIOLIB |
947 | select CLKDEV_LOOKUP | ||
946 | select CLKSRC_MMIO | 948 | select CLKSRC_MMIO |
947 | select GENERIC_CLOCKEVENTS | 949 | select GENERIC_CLOCKEVENTS |
950 | select GENERIC_IRQ_CHIP | ||
948 | select HAVE_CLK | 951 | select HAVE_CLK |
952 | select HAVE_IDE | ||
953 | select IRQ_DOMAIN | ||
954 | select NEED_MACH_IO_H if PCCARD | ||
955 | select NEED_MACH_MEMORY_H | ||
949 | help | 956 | help |
950 | Support for TI's OMAP platform (OMAP1/2/3/4). | 957 | Support for older TI OMAP1 (omap7xx, omap15xx or omap16xx) |
951 | 958 | ||
952 | config ARCH_VT8500_SINGLE | 959 | config ARCH_VT8500_SINGLE |
953 | bool "VIA/WonderMedia 85xx" | 960 | bool "VIA/WonderMedia 85xx" |