summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2009-12-10 15:17:12 -0800
committerGary King <gking@nvidia.com>2009-12-10 15:23:24 -0800
commit226a90253343ce7e293d10a36ee4fc6421f9a3a4 (patch)
treed66ca62294b62503f7a9e761fe0c8e636b7489fd /arch/arm/mach-tegra/Makefile
parent39a107dc1111e248a69c1eab47df599893c0f231 (diff)
tegra: add system DMA driver
adds a system DMA driver for NVIDIA Tegra SoCs, and APIs for accessing DMA functionality by device drivers
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 638c42e01d7e..cc8ce79977ee 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -4,5 +4,8 @@ obj-$(CONFIG_CPU_FREQ) += cpufreq.o
# SMP support
obj-$(CONFIG_SMP) += headsmp.o
+# System DMA
+obj-$(CONFIG_TEGRA_SYSTEM_DMA) += dma.o
+
# NvOs / NvRm-based kernel implementation
obj-$(CONFIG_MACH_TEGRA_GENERIC) += nvddk/