diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2009-03-11 18:49:05 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-26 18:18:14 +0400 |
commit | 0521444d497ee1f8a31314d2ce3c6b9edab25b51 (patch) | |
tree | 786d2bd889ef3408082e91ebd45f4a23969ca69d /arch/arm/mach-davinci/Makefile | |
parent | 27428e39da8e45f861c79e7dcec32d38965afeb3 (diff) | |
download | linux-0521444d497ee1f8a31314d2ce3c6b9edab25b51.tar.xz |
davinci: INTC: add support for TI cp_intc
Add support for Texas Instuments Common Platform Interrupt Controller
(cp_intc) used on DA830/OMAP-L137.
Signed-off-by: Steve Chen <schen@mvista.com>
Signed-off-by: Mark Greer <mgreer@mvista.com>
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/Makefile')
-rw-r--r-- | arch/arm/mach-davinci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile index 1674661942f3..9a696ae60fca 100644 --- a/arch/arm/mach-davinci/Makefile +++ b/arch/arm/mach-davinci/Makefile @@ -8,6 +8,7 @@ obj-y := time.o irq.o clock.o serial.o io.o id.o psc.o \ gpio.o devices.o dma.o usb.o obj-$(CONFIG_DAVINCI_MUX) += mux.o +obj-$(CONFIG_CP_INTC) += cp_intc.o # Chip specific obj-$(CONFIG_ARCH_DAVINCI_DM644x) += dm644x.o |