diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-17 09:41:50 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-17 10:00:35 -0500 |
commit | f8271e57569d1a2e7061f1754a5bb797a13b302d (patch) | |
tree | d0f0e14a50ba3fa53086f115e8dab3f70816b34f /arch/arm/mach-s3c2443/Kconfig | |
parent | 48adbcf33b6087727a2db0b517c994a7ecfbeb0c (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/Kconfig | 6 |
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 | ||
15 | config S3C2443_DMA | ||
16 | bool | ||
17 | depends on CPU_S3C2443 | ||
18 | help | ||
19 | Internal config node for S3C2443 DMA support | ||
20 | |||
15 | menu "S3C2443 Machines" | 21 | menu "S3C2443 Machines" |
16 | 22 | ||
17 | config MACH_SMDK2443 | 23 | config MACH_SMDK2443 |