diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-18 23:52:03 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 10:25:29 +0100 |
commit | 34348012d6b43eca5e241fe97381420d5758866c (patch) | |
tree | b4fd2e528cbc609cdebe4371df97802143bc7f57 /arch/arm/mach-s3c2410/Makefile | |
parent | 197c9444d6093b70c8faa24e7ab04a2423c9d14d (diff) | |
download | op-kernel-dev-34348012d6b43eca5e241fe97381420d5758866c.zip op-kernel-dev-34348012d6b43eca5e241fe97381420d5758866c.tar.gz |
[ARM] 3800/2: S3C2412: DMA channel mappings
DMA channel mappings for the S3C2312
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2410/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile index 23f0909..0d87a9de 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o obj-$(CONFIG_CPU_S3C2412) += s3c2412.o obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o +obj-dma-$(CONFIG_CPU_S3C2412) += s3c2412-dma.o # # S3C244X support |