aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r--drivers/rtc/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 564f3d173b19..9930d79fa51f 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -597,10 +597,11 @@ comment "on-CPU RTC drivers"
597 597
598config RTC_DRV_OMAP 598config RTC_DRV_OMAP
599 tristate "TI OMAP1" 599 tristate "TI OMAP1"
600 depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 600 depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX
601 help 601 help
602 Say "yes" here to support the real time clock on TI OMAP1 chips. 602 Say "yes" here to support the real time clock on TI OMAP1 and
603 This driver can also be built as a module called rtc-omap. 603 DA8xx/OMAP-L13x chips. This driver can also be built as a
604 module called rtc-omap.
604 605
605config RTC_DRV_S3C 606config RTC_DRV_S3C
606 tristate "Samsung S3C series SoC RTC" 607 tristate "Samsung S3C series SoC RTC"