diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 11:59:34 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 18:00:13 +0900 |
commit | 7d1a2077a7e519fc0c68617526abea3f72632e60 (patch) | |
tree | 6b3582875af4c4093bed4cfd0e0a16193f5e97d9 /arch/arm/mach-s5pv210/Makefile | |
parent | d460f5b035c3b1d192d7ba1dbca50cb441fef08e (diff) | |
download | blackbird-obmc-linux-7d1a2077a7e519fc0c68617526abea3f72632e60.tar.gz blackbird-obmc-linux-7d1a2077a7e519fc0c68617526abea3f72632e60.zip |
S5PV210: DMA: Add platform devices for PL330 DMACs
Samsung's Soc S5PV210 has three PL330 DMACs. First is dedicated for
Memory->Memory data transfer while the other two meant for data
transfer with peripherals.
Define and add latter two PL330 DMACs as platform devices on the
S5PV210 platform.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/Makefile')
-rw-r--r-- | arch/arm/mach-s5pv210/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/Makefile b/arch/arm/mach-s5pv210/Makefile index 8ebf51c52a01..f7f1cdce6fea 100644 --- a/arch/arm/mach-s5pv210/Makefile +++ b/arch/arm/mach-s5pv210/Makefile @@ -12,7 +12,7 @@ obj- := # Core support for S5PV210 system -obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o +obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o dma.o # machine support |