aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2443/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2007-02-17 09:41:50 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-02-17 10:00:35 -0500
commitf8271e57569d1a2e7061f1754a5bb797a13b302d (patch)
treed0f0e14a50ba3fa53086f115e8dab3f70816b34f /arch/arm/mach-s3c2443/Kconfig
parent48adbcf33b6087727a2db0b517c994a7ecfbeb0c (diff)
[ARM] 4221/1: S3C2443: DMA support
Add initialisation and mappings for S3C2443 DMA system 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-s3c2443/Kconfig')
-rw-r--r--arch/arm/mach-s3c2443/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/Kconfig b/arch/arm/mach-s3c2443/Kconfig
index 722bdea3c193..079c1effd3d2 100644
--- a/arch/arm/mach-s3c2443/Kconfig
+++ b/arch/arm/mach-s3c2443/Kconfig
@@ -12,6 +12,12 @@ config CPU_S3C2443
12 help 12 help
13 Support for the S3C2443 SoC from the S3C24XX line 13 Support for the S3C2443 SoC from the S3C24XX line
14 14
15config S3C2443_DMA
16 bool
17 depends on CPU_S3C2443
18 help
19 Internal config node for S3C2443 DMA support
20
15menu "S3C2443 Machines" 21menu "S3C2443 Machines"
16 22
17config MACH_SMDK2443 23config MACH_SMDK2443