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/plat-omap | |
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/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 30 | ||||
-rw-r--r-- | arch/arm/plat-omap/Makefile | 2 |
2 files changed, 2 insertions, 30 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 03f12525913e..67c859cf16bc 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -5,36 +5,6 @@ menu "TI OMAP Common Features" | |||
5 | config ARCH_OMAP_OTG | 5 | config ARCH_OMAP_OTG |
6 | bool | 6 | bool |
7 | 7 | ||
8 | choice | ||
9 | prompt "OMAP System Type" | ||
10 | default ARCH_OMAP2PLUS | ||
11 | |||
12 | config ARCH_OMAP1 | ||
13 | bool "TI OMAP1" | ||
14 | select CLKDEV_LOOKUP | ||
15 | select CLKSRC_MMIO | ||
16 | select GENERIC_IRQ_CHIP | ||
17 | select HAVE_IDE | ||
18 | select IRQ_DOMAIN | ||
19 | select NEED_MACH_IO_H if PCCARD | ||
20 | select NEED_MACH_MEMORY_H | ||
21 | help | ||
22 | "Systems based on omap7xx, omap15xx or omap16xx" | ||
23 | |||
24 | config ARCH_OMAP2PLUS | ||
25 | bool "TI OMAP2/3/4" | ||
26 | select CLKDEV_LOOKUP | ||
27 | select GENERIC_IRQ_CHIP | ||
28 | select OMAP_DM_TIMER | ||
29 | select PINCTRL | ||
30 | select PROC_DEVICETREE if PROC_FS | ||
31 | select SPARSE_IRQ | ||
32 | select USE_OF | ||
33 | help | ||
34 | "Systems based on OMAP2, OMAP3, OMAP4 or OMAP5" | ||
35 | |||
36 | endchoice | ||
37 | |||
38 | comment "OMAP Feature Selections" | 8 | comment "OMAP Feature Selections" |
39 | 9 | ||
40 | config OMAP_DEBUG_DEVICES | 10 | config OMAP_DEBUG_DEVICES |
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile index a14a78a2f149..31199417b56a 100644 --- a/arch/arm/plat-omap/Makefile +++ b/arch/arm/plat-omap/Makefile | |||
@@ -2,6 +2,8 @@ | |||
2 | # Makefile for the linux kernel. | 2 | # Makefile for the linux kernel. |
3 | # | 3 | # |
4 | 4 | ||
5 | ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/arch/arm/plat-omap/include | ||
6 | |||
5 | # Common support | 7 | # Common support |
6 | obj-y := sram.o dma.o counter_32k.o | 8 | obj-y := sram.o dma.o counter_32k.o |
7 | obj-m := | 9 | obj-m := |