diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 04:53:17 -0500 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 04:53:17 -0500 |
| commit | 46cdaba11d6d66e834916850c293396399cf8736 (patch) | |
| tree | d44b13e4f425f1c7c34bee45102f69aed7cf609c /arch/arm/mach-s3c24xx/Kconfig | |
| parent | b099095445483358eef1b8e15a7bad4e96c325fc (diff) | |
ARM: S3C24XX: Reuse S3C2443 dma for S3C2416
The dma controller is similar in S3C2443 and S3C2416 and has also
the same register layout with the same REQSEL-bits in the source
select.
The only small difference is the SIO channel of the S3C2443 for the
non-hsmmc controller which is not present on S3C2416/2450 and
second spi channel which is not present on the S3C2416.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
| -rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index b399021ed6eb..0f3a327ebcaa 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
| @@ -42,7 +42,7 @@ config CPU_S3C2416 | |||
| 42 | select CPU_LLSERIAL_S3C2440 | 42 | select CPU_LLSERIAL_S3C2440 |
| 43 | select SAMSUNG_CLKSRC | 43 | select SAMSUNG_CLKSRC |
| 44 | select S3C2443_COMMON | 44 | select S3C2443_COMMON |
| 45 | select S3C2416_DMA if S3C24XX_DMA | 45 | select S3C2443_DMA if S3C24XX_DMA |
| 46 | select S3C2416_PM if PM | 46 | select S3C2416_PM if PM |
| 47 | help | 47 | help |
| 48 | Support for the S3C2416 SoC from the S3C24XX line | 48 | Support for the S3C2416 SoC from the S3C24XX line |
| @@ -513,15 +513,15 @@ config S3C2443_COMMON | |||
| 513 | Common code for the S3C2443 and similar processors, which includes | 513 | Common code for the S3C2443 and similar processors, which includes |
| 514 | the S3C2416 and S3C2450. | 514 | the S3C2416 and S3C2450. |
| 515 | 515 | ||
| 516 | endif # CPU_S3C2443 || CPU_S3C2416 | ||
| 517 | |||
| 518 | if CPU_S3C2443 | ||
| 519 | |||
| 520 | config S3C2443_DMA | 516 | config S3C2443_DMA |
| 521 | bool | 517 | bool |
| 522 | help | 518 | help |
| 523 | Internal config node for S3C2443 DMA support | 519 | Internal config node for S3C2443 DMA support |
| 524 | 520 | ||
| 521 | endif # CPU_S3C2443 || CPU_S3C2416 | ||
| 522 | |||
| 523 | if CPU_S3C2443 | ||
| 524 | |||
| 525 | comment "S3C2443 Boards" | 525 | comment "S3C2443 Boards" |
| 526 | 526 | ||
| 527 | config MACH_SMDK2443 | 527 | config MACH_SMDK2443 |
