diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-03-10 19:57:26 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-18 11:29:21 -0400 |
commit | fa7a7883fe5c647decee57a9c1b86a96408c5b26 (patch) | |
tree | 0525cb20ab7800edb2dc404fe4cd6b0364de34f1 /arch/arm/plat-s3c64xx/Kconfig | |
parent | 97c1b145231730e62dd71921ec653315a1da3aad (diff) |
[ARM] S3C64XX: DMA support
Add support for the DMA blocks in the S3C64XX series of CPUS,
which are based on the ARM PL080 PrimeCell system.
Unfortunately, these DMA controllers diverge from the PL080
design by adding another DMA controller register and
configuration for OneNAND.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c64xx/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Kconfig b/arch/arm/plat-s3c64xx/Kconfig index 54375a00a7d2..9ce66151fd95 100644 --- a/arch/arm/plat-s3c64xx/Kconfig +++ b/arch/arm/plat-s3c64xx/Kconfig | |||
@@ -38,6 +38,10 @@ config CPU_S3C6400_CLOCK | |||
38 | Common clock support code for the S3C6400 that is shared | 38 | Common clock support code for the S3C6400 that is shared |
39 | by other CPUs in the series, such as the S3C6410. | 39 | by other CPUs in the series, such as the S3C6410. |
40 | 40 | ||
41 | config S3C64XX_DMA | ||
42 | bool "S3C64XX DMA" | ||
43 | select S3C_DMA | ||
44 | |||
41 | # platform specific device setup | 45 | # platform specific device setup |
42 | 46 | ||
43 | config S3C64XX_SETUP_I2C0 | 47 | config S3C64XX_SETUP_I2C0 |