diff options
author | Paul Walmsley | 2012-04-13 14:34:27 +0200 |
---|---|---|
committer | Paul Walmsley | 2012-04-13 14:34:27 +0200 |
commit | 6f3c1af26543e11fe7549be162698111ed773cb7 (patch) | |
tree | 893a5d354592c265adbe86a31fe2008021c19f06 /arch/arm/mach-omap1/Makefile | |
parent | ARM: OMAP: add includes for missing prototypes (diff) | |
download | kernel-qcow2-linux-6f3c1af26543e11fe7549be162698111ed773cb7.tar.gz kernel-qcow2-linux-6f3c1af26543e11fe7549be162698111ed773cb7.tar.xz kernel-qcow2-linux-6f3c1af26543e11fe7549be162698111ed773cb7.zip |
ARM: OMAP1: OCPI: move to mach-omap1/
Move the OMAP1 OCPI "bus" code to arch/arm/mach-omap1, since it is
only used on OMAP1 devices. In the long term, it probably makes sense
to move the OCPI bus code to somewhere under drivers/.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/Makefile')
-rw-r--r-- | arch/arm/mach-omap1/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/Makefile b/arch/arm/mach-omap1/Makefile index 9923f92b5450..20d65af64580 100644 --- a/arch/arm/mach-omap1/Makefile +++ b/arch/arm/mach-omap1/Makefile @@ -12,6 +12,9 @@ endif obj-$(CONFIG_OMAP_32K_TIMER) += timer32k.o +# OCPI interconnect support for 1710, 1610 and 5912 +obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o + # Power Management obj-$(CONFIG_PM) += pm.o sleep.o |