diff options
author | Oskar Schirmer <os@emlix.com> | 2009-06-10 12:58:45 -0700 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-06-22 02:37:11 -0700 |
commit | f24e552c2dc3221dc7bd2296fd8a705283c4b2d7 (patch) | |
tree | fb48784672fb3b0085da2955a77cf90e87a17a74 /arch/xtensa/variants/s6000/Makefile | |
parent | 1beee21030ed3dc39a41c7b524dbc1a318b518bd (diff) | |
download | blackbird-obmc-linux-f24e552c2dc3221dc7bd2296fd8a705283c4b2d7.tar.gz blackbird-obmc-linux-f24e552c2dc3221dc7bd2296fd8a705283c4b2d7.zip |
xtensa: s6000 dma engine support
There are four slightly different dma engines on the s6000 family.
One for memory-memory transfers, the other three for memory-device.
This patch implements a platform-specific kernel-API to control these
engines. It is needed for the network, video, audio peripherals on
s6000.
Signed-off-by: Oskar Schirmer <os@emlix.com>
Signed-off-by: Daniel Glockner <dg@emlix.com>
Signed-off-by: Fabian Godehardt <fg@emlix.com>
Cc: Daniel Glockner <dg@emlix.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/variants/s6000/Makefile')
-rw-r--r-- | arch/xtensa/variants/s6000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/variants/s6000/Makefile b/arch/xtensa/variants/s6000/Makefile index d83f3805130c..3e7ef0a0c498 100644 --- a/arch/xtensa/variants/s6000/Makefile +++ b/arch/xtensa/variants/s6000/Makefile @@ -1,4 +1,4 @@ # s6000 Makefile -obj-y += irq.o gpio.o +obj-y += irq.o gpio.o dmac.o obj-$(CONFIG_XTENSA_CALIBRATE_CCOUNT) += delay.o |