mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
f24e552c2d
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>
5 lines
97 B
Makefile
5 lines
97 B
Makefile
# s6000 Makefile
|
|
|
|
obj-y += irq.o gpio.o dmac.o
|
|
obj-$(CONFIG_XTENSA_CALIBRATE_CCOUNT) += delay.o
|