diff options
author | Atul Dahiya <atul.dahiya@samsung.com> | 2010-07-20 07:01:32 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:32:51 -0400 |
commit | 9bbf4a634a30c2b289fa119dd3193fbb5f444c70 (patch) | |
tree | 5bf1b3b7024feffb0c38c81f9227878e9969055a /arch/arm/mach-s3c64xx/Kconfig | |
parent | 051fe54e9f8c568dc9cd288b630d436ee93afe35 (diff) |
ARM: S3C64XX: Add RTC support for S3C64XX
This patch adds support for RTC for SMDK6410.
Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 12f063b12569..3b632e4ec1a6 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -102,6 +102,7 @@ config MACH_SMDK6410 | |||
102 | select S3C_DEV_I2C1 | 102 | select S3C_DEV_I2C1 |
103 | select SAMSUNG_DEV_IDE | 103 | select SAMSUNG_DEV_IDE |
104 | select S3C_DEV_FB | 104 | select S3C_DEV_FB |
105 | select S3C_DEV_RTC | ||
105 | select SAMSUNG_DEV_TS | 106 | select SAMSUNG_DEV_TS |
106 | select S3C_DEV_USB_HOST | 107 | select S3C_DEV_USB_HOST |
107 | select S3C_DEV_USB_HSOTG | 108 | select S3C_DEV_USB_HSOTG |