diff options
author | John Crispin <blogic@openwrt.org> | 2011-05-06 00:10:00 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-19 09:55:43 +0100 |
commit | dfec1a827d2bdc35d0990afd100f79a685ec0985 (patch) | |
tree | 72d87305a10e126a9cb1f7243d8a37947bc5a4b3 /arch/mips/lantiq/xway/Makefile | |
parent | 2f0fc4159a6abc20b13569522c545150b99485cf (diff) | |
download | kernel_replicant_linux-dfec1a827d2bdc35d0990afd100f79a685ec0985.tar.gz kernel_replicant_linux-dfec1a827d2bdc35d0990afd100f79a685ec0985.tar.bz2 kernel_replicant_linux-dfec1a827d2bdc35d0990afd100f79a685ec0985.zip |
MIPS: Lantiq: Add DMA support
This patch adds support for the DMA engine found inside the XWAY family of
SoCs. The engine has 5 ports and 20 channels.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Ralph Hempel <ralph.hempel@lantiq.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2355/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/xway/Makefile')
-rw-r--r-- | arch/mips/lantiq/xway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/Makefile b/arch/mips/lantiq/xway/Makefile index 6b5e07e03387..c517f2e77563 100644 --- a/arch/mips/lantiq/xway/Makefile +++ b/arch/mips/lantiq/xway/Makefile @@ -1,4 +1,4 @@ -obj-y := pmu.o ebu.o reset.o gpio.o gpio_stp.o gpio_ebu.o devices.o +obj-y := pmu.o ebu.o reset.o gpio.o gpio_stp.o gpio_ebu.o devices.o dma.o obj-$(CONFIG_SOC_XWAY) += clk-xway.o prom-xway.o setup-xway.o obj-$(CONFIG_SOC_AMAZON_SE) += clk-ase.o prom-ase.o setup-ase.o |