diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-03-19 11:02:39 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-01 06:39:07 -0400 |
commit | 97c1b145231730e62dd71921ec653315a1da3aad (patch) | |
tree | 8bfc9e4d781f5ad1e17aae3e058372e53c24574a /arch/arm/plat-s3c24xx/Kconfig | |
parent | 20934cdbaae9c26a31d7f593c6a747c687ae79a1 (diff) |
[ARM] S3C: Move DMA channel management code to plat-s3c
Change the name of S3C2410_DMA_CHANNELS to S3C_DMA_CHANNELS in the process.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 2c8a2f5d75ff..5b0bc914f58e 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig | |||
@@ -71,6 +71,7 @@ config PM_SIMTEC | |||
71 | config S3C2410_DMA | 71 | config S3C2410_DMA |
72 | bool "S3C2410 DMA support" | 72 | bool "S3C2410 DMA support" |
73 | depends on ARCH_S3C2410 | 73 | depends on ARCH_S3C2410 |
74 | select S3C_DMA | ||
74 | help | 75 | help |
75 | S3C2410 DMA support. This is needed for drivers like sound which | 76 | S3C2410 DMA support. This is needed for drivers like sound which |
76 | use the S3C2410's DMA system to move data to and from the | 77 | use the S3C2410's DMA system to move data to and from the |