diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2010-05-24 17:33:43 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-25 11:07:07 -0400 |
| commit | 9f4123b78d02ba48e7e6e3cd9de789c9b85b557a (patch) | |
| tree | 0faf7f318bd90af043c8e9e056697ca38a1281e4 /drivers/rtc/Kconfig | |
| parent | 337bbfdbffa5c893e80f96a3bf117743ceb0fefc (diff) | |
s3c rtc driver: add support for S3C64xx
Add support for the S3C64xx SoC to the generic S3C RTC driver.
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Cc: Frans Pop <elendil@planet.nl>
Cc: Paul Gortmaker <p_gortmaker@yahoo.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
| -rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 50ac047cd13..f1598324344 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
| @@ -640,7 +640,7 @@ config RTC_DRV_OMAP | |||
| 640 | 640 | ||
| 641 | config RTC_DRV_S3C | 641 | config RTC_DRV_S3C |
| 642 | tristate "Samsung S3C series SoC RTC" | 642 | tristate "Samsung S3C series SoC RTC" |
| 643 | depends on ARCH_S3C2410 | 643 | depends on ARCH_S3C2410 || ARCH_S3C64XX |
| 644 | help | 644 | help |
| 645 | RTC (Realtime Clock) driver for the clock inbuilt into the | 645 | RTC (Realtime Clock) driver for the clock inbuilt into the |
| 646 | Samsung S3C24XX series of SoCs. This can provide periodic | 646 | Samsung S3C24XX series of SoCs. This can provide periodic |
