aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2015-04-16 15:46:03 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-04-17 09:04:02 -0400
commit8608976e2bc9c1df090e1b346c65ec1405e9d03d (patch)
tree656d84eb845614381c5ebd45e1346597344f7f2e
parent9c28bd07c20776cc04aecf04ba5be53fa5fa6dd2 (diff)
drivers/rtc/Kconfig: update Kconfig for OMAP RTC
RTC is present in AM43xx and DRA7xx also. Updating the Kconfig to depend on ARCH_OMAP or ARCH_DAVINCI Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: Paul Walmsley <paul@pwsan.com> Cc: Tero Kristo <t-kristo@ti.com> Cc: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/rtc/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index faeee2d2550b..6149ae01e11f 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -1131,11 +1131,11 @@ config RTC_DRV_IMXDI
1131 will be called "rtc-imxdi". 1131 will be called "rtc-imxdi".
1132 1132
1133config RTC_DRV_OMAP 1133config RTC_DRV_OMAP
1134 tristate "TI OMAP1" 1134 tristate "TI OMAP Real Time Clock"
1135 depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX || SOC_AM33XX 1135 depends on ARCH_OMAP || ARCH_DAVINCI
1136 help 1136 help
1137 Say "yes" here to support the on chip real time clock 1137 Say "yes" here to support the on chip real time clock
1138 present on TI OMAP1, AM33xx and DA8xx/OMAP-L13x. 1138 present on TI OMAP1, AM33xx, DA8xx/OMAP-L13x, AM43xx and DRA7xx.
1139 1139
1140 This driver can also be built as a module, if so, module 1140 This driver can also be built as a module, if so, module
1141 will be called rtc-omap. 1141 will be called rtc-omap.