aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/include/mach/dma.h
diff options
context:
space:
mode:
authorYauhen Kharuzhy <jekhor@gmail.com>2009-08-19 16:31:03 +0300
committerBen Dooks <ben-linux@fluff.org>2010-05-10 11:44:03 +0900
commit7cfdee9f6791fe9ec288e75ee746790ebf3b6c3b (patch)
tree4a2452f8359e0894f2c67689bc938fc4b8b316b1 /arch/arm/mach-s3c2410/include/mach/dma.h
parent4fcfce9f33cd2e173f83c20e93c8b0a9397bf0bc (diff)
downloadkernel_samsung_smdk4412-7cfdee9f6791fe9ec288e75ee746790ebf3b6c3b.zip
kernel_samsung_smdk4412-7cfdee9f6791fe9ec288e75ee746790ebf3b6c3b.tar.gz
kernel_samsung_smdk4412-7cfdee9f6791fe9ec288e75ee746790ebf3b6c3b.tar.bz2
ARM: S3C2416: Add S3C2416-specific registers definitions
Add macros for S3C2416 SoC support. Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com> [ben-linux@fluff.org: removed files that need changing] [ben-linux@fluff.org: Fix S3C2416_GPH0_TXD0 definition] Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/dma.h')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/dma.h b/arch/arm/mach-s3c2410/include/mach/dma.h
index 08ac5f9..cf68136 100644
--- a/arch/arm/mach-s3c2410/include/mach/dma.h
+++ b/arch/arm/mach-s3c2410/include/mach/dma.h
@@ -54,7 +54,7 @@ enum dma_ch {
#define DMACH_LOW_LEVEL (1<<28) /* use this to specifiy hardware ch no */
/* we have 4 dma channels */
-#ifndef CONFIG_CPU_S3C2443
+#if !defined(CONFIG_CPU_S3C2443) && !defined(CONFIG_CPU_S3C2416)
#define S3C_DMA_CHANNELS (4)
#else
#define S3C_DMA_CHANNELS (6)