diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-15 23:46:20 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 10:25:19 +0100 |
commit | 3fc3a25ba47735296984ddbb2e6ba504017ec3e1 (patch) | |
tree | 1d863539f440805e761a24b7cb5578a1f0178325 /arch/arm/mach-s3c2410/Kconfig | |
parent | 98c418a002ce5f3110eeb31d1ce8261f5199997d (diff) | |
download | talos-obmc-linux-3fc3a25ba47735296984ddbb2e6ba504017ec3e1.tar.gz talos-obmc-linux-3fc3a25ba47735296984ddbb2e6ba504017ec3e1.zip |
[ARM] 3799/1: S3C2442: DMA channel mappings
DMA channel mappings for the S3C2442
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/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index bbd138be6a70..61a359c4aa47 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig @@ -133,6 +133,13 @@ config S3C2410_CLOCK help Clock code for the S3C2410, and similar processors +config CPU_S3C2410_DMA + bool + depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442) + default y if CPU_S3C2410 || CPU_S3C2442 + help + DMA device selection for S3C2410 and compatible CPUs + config CPU_S3C2410 bool depends on ARCH_S3C2410 |