diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-19 00:52:03 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 11:25:29 +0200 |
commit | 34348012d6b43eca5e241fe97381420d5758866c (patch) | |
tree | b4fd2e528cbc609cdebe4371df97802143bc7f57 /arch/arm/mach-s3c2410/Makefile | |
parent | [ARM] 3814/1: move 80200 dma_inv_range() erratum check out of line (diff) | |
download | linux-34348012d6b43eca5e241fe97381420d5758866c.tar.xz linux-34348012d6b43eca5e241fe97381420d5758866c.zip |
[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 23f0909915db..0d87a9de0034 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 |