diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2012-03-02 17:49:12 -0500 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-02 18:55:59 -0500 |
| commit | 8c3d7c30c306d83ff9c303f42307765a5a7bc254 (patch) | |
| tree | f3874d2a4fa20881b10c23e1610e75c2975ed236 /arch/arm/mach-s3c24xx/Kconfig | |
| parent | 8fe2ff766d458453f8b5624291f14db9efe2ef20 (diff) | |
ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx
S3C-SoCs starting with the S3C2443 can share a lot of functionality.
The file can collect more common code of these SocS later on and
therefore gets a new name to reflect this future purpose.
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 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 44b2a3212d29..48af6fcb8acd 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
| @@ -41,7 +41,7 @@ config CPU_S3C2416 | |||
| 41 | select CPU_ARM926T | 41 | select CPU_ARM926T |
| 42 | select CPU_LLSERIAL_S3C2440 | 42 | select CPU_LLSERIAL_S3C2440 |
| 43 | select SAMSUNG_CLKSRC | 43 | select SAMSUNG_CLKSRC |
| 44 | select S3C2443_CLOCK | 44 | select S3C2443_COMMON |
| 45 | select S3C2416_DMA if S3C24XX_DMA | 45 | select S3C2416_DMA if S3C24XX_DMA |
| 46 | select S3C2416_PM if PM | 46 | select S3C2416_PM if PM |
| 47 | help | 47 | help |
| @@ -76,7 +76,7 @@ config CPU_S3C2443 | |||
| 76 | select CPU_ARM920T | 76 | select CPU_ARM920T |
| 77 | select CPU_LLSERIAL_S3C2440 | 77 | select CPU_LLSERIAL_S3C2440 |
| 78 | select SAMSUNG_CLKSRC | 78 | select SAMSUNG_CLKSRC |
| 79 | select S3C2443_CLOCK | 79 | select S3C2443_COMMON |
| 80 | select S3C2443_DMA if S3C24XX_DMA | 80 | select S3C2443_DMA if S3C24XX_DMA |
| 81 | help | 81 | help |
| 82 | Support for the S3C2443 SoC from the S3C24XX line | 82 | Support for the S3C2443 SoC from the S3C24XX line |
| @@ -471,6 +471,16 @@ config SMDK2440_CPU2442 | |||
| 471 | 471 | ||
| 472 | endif # CPU_S3C2440 | 472 | endif # CPU_S3C2440 |
| 473 | 473 | ||
| 474 | if CPU_S3C2443 || CPU_S3C2416 | ||
| 475 | |||
| 476 | config S3C2443_COMMON | ||
| 477 | bool | ||
| 478 | help | ||
| 479 | Common code for the S3C2443 and similar processors, which includes | ||
| 480 | the S3C2416 and S3C2450. | ||
| 481 | |||
| 482 | endif # CPU_S3C2443 || CPU_S3C2416 | ||
| 483 | |||
| 474 | if CPU_S3C2443 | 484 | if CPU_S3C2443 |
| 475 | 485 | ||
| 476 | config S3C2443_DMA | 486 | config S3C2443_DMA |
