diff options
| author | Romain Naour <romain.naour@openwide.fr> | 2013-01-09 21:47:04 -0500 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-05 06:16:38 -0500 |
| commit | 7f78b6eb5f51731fd7d6e272b5adc1d030f0791f (patch) | |
| tree | efb624c83c58059865fc8fa51b15bbdd341c2e6a /arch/arm/mach-s3c24xx/Kconfig | |
| parent | c1fcd403ced3ad0d63418cc1120e1562283b16ce (diff) | |
ARM: S3C24XX: Add samsung-time support for s3c24xx
Signed-off-by: Naour Romain <romain.naour@openwide.fr>
Reviewed-by: Tomasz Figa <tomasz.figa@gmail.com>
[heiko@sntech.de: tested on a s3c2416 based machine]
Reviewed-and-Tested-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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 37f513d1588e..0c5e4fb61117 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
| @@ -30,6 +30,7 @@ config CPU_S3C2410 | |||
| 30 | select S3C2410_CLOCK | 30 | select S3C2410_CLOCK |
| 31 | select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX | 31 | select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX |
| 32 | select S3C2410_PM if PM | 32 | select S3C2410_PM if PM |
| 33 | select SAMSUNG_HRT | ||
| 33 | help | 34 | help |
| 34 | Support for S3C2410 and S3C2410A family from the S3C24XX line | 35 | Support for S3C2410 and S3C2410A family from the S3C24XX line |
| 35 | of Samsung Mobile CPUs. | 36 | of Samsung Mobile CPUs. |
| @@ -41,6 +42,7 @@ config CPU_S3C2412 | |||
| 41 | select CPU_LLSERIAL_S3C2440 | 42 | select CPU_LLSERIAL_S3C2440 |
| 42 | select S3C2412_DMA if S3C24XX_DMA | 43 | select S3C2412_DMA if S3C24XX_DMA |
| 43 | select S3C2412_PM if PM | 44 | select S3C2412_PM if PM |
| 45 | select SAMSUNG_HRT | ||
| 44 | help | 46 | help |
| 45 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line | 47 | Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line |
| 46 | 48 | ||
| @@ -53,6 +55,7 @@ config CPU_S3C2416 | |||
| 53 | select S3C2443_COMMON | 55 | select S3C2443_COMMON |
| 54 | select S3C2443_DMA if S3C24XX_DMA | 56 | select S3C2443_DMA if S3C24XX_DMA |
| 55 | select SAMSUNG_CLKSRC | 57 | select SAMSUNG_CLKSRC |
| 58 | select SAMSUNG_HRT | ||
| 56 | help | 59 | help |
| 57 | Support for the S3C2416 SoC from the S3C24XX line | 60 | Support for the S3C2416 SoC from the S3C24XX line |
| 58 | 61 | ||
| @@ -63,6 +66,7 @@ config CPU_S3C2440 | |||
| 63 | select S3C2410_CLOCK | 66 | select S3C2410_CLOCK |
| 64 | select S3C2410_PM if PM | 67 | select S3C2410_PM if PM |
| 65 | select S3C2440_DMA if S3C24XX_DMA | 68 | select S3C2440_DMA if S3C24XX_DMA |
| 69 | select SAMSUNG_HRT | ||
| 66 | help | 70 | help |
| 67 | Support for S3C2440 Samsung Mobile CPU based systems. | 71 | Support for S3C2440 Samsung Mobile CPU based systems. |
| 68 | 72 | ||
| @@ -72,6 +76,7 @@ config CPU_S3C2442 | |||
| 72 | select CPU_LLSERIAL_S3C2440 | 76 | select CPU_LLSERIAL_S3C2440 |
| 73 | select S3C2410_CLOCK | 77 | select S3C2410_CLOCK |
| 74 | select S3C2410_PM if PM | 78 | select S3C2410_PM if PM |
| 79 | select SAMSUNG_HRT | ||
| 75 | help | 80 | help |
| 76 | Support for S3C2442 Samsung Mobile CPU based systems. | 81 | Support for S3C2442 Samsung Mobile CPU based systems. |
| 77 | 82 | ||
| @@ -87,6 +92,7 @@ config CPU_S3C2443 | |||
| 87 | select S3C2443_COMMON | 92 | select S3C2443_COMMON |
| 88 | select S3C2443_DMA if S3C24XX_DMA | 93 | select S3C2443_DMA if S3C24XX_DMA |
| 89 | select SAMSUNG_CLKSRC | 94 | select SAMSUNG_CLKSRC |
| 95 | select SAMSUNG_HRT | ||
| 90 | help | 96 | help |
| 91 | Support for the S3C2443 SoC from the S3C24XX line | 97 | Support for the S3C2443 SoC from the S3C24XX line |
| 92 | 98 | ||
