diff options
author | Sangbeom Kim <sbkim73@samsung.com> | 2013-11-12 18:11:04 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-12 22:09:31 -0500 |
commit | 5bccae6ec4587044779f0b8e6fcb8f87db4181f0 (patch) | |
tree | 7296acf72c7d9cbf594ec3e9d40140f18ac9e363 /drivers/rtc/Kconfig | |
parent | 5e0d12142e1cf5dc7a8a276fc1fe60b8a5ecb1d3 (diff) |
rtc: s5m-rtc: add real-time clock driver for s5m8767
Add real-time clock driver for s5m8767.
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Todd Broch <tbroch@chromium.org>
Cc: Mark Brown <broonie@kernel.org>
Acked-by: Lee Jones <lee.jones@linaro.org> [mfd parts]
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 9654aa3c05cb..4f48b9a26aa0 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -497,6 +497,16 @@ config RTC_DRV_RV3029C2 | |||
497 | This driver can also be built as a module. If so, the module | 497 | This driver can also be built as a module. If so, the module |
498 | will be called rtc-rv3029c2. | 498 | will be called rtc-rv3029c2. |
499 | 499 | ||
500 | config RTC_DRV_S5M | ||
501 | tristate "Samsung S5M series" | ||
502 | depends on MFD_SEC_CORE | ||
503 | help | ||
504 | If you say yes here you will get support for the | ||
505 | RTC of Samsung S5M PMIC series. | ||
506 | |||
507 | This driver can also be built as a module. If so, the module | ||
508 | will be called rtc-s5m. | ||
509 | |||
500 | endif # I2C | 510 | endif # I2C |
501 | 511 | ||
502 | comment "SPI RTC drivers" | 512 | comment "SPI RTC drivers" |