diff mbox

[4/6] rtc: omap: depend on am33xx

Message ID e781be67cc5ed008ff514427bf040324e18e36d5.1343046707.git.afzal@ti.com
State Superseded
Headers show

Commit Message

Mohammed Afzal July 23, 2012, 1:42 p.m. UTC
rtc-omap driver can be reused for AM33xx RTC.
Provide dependency in Kconfig.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
---
 drivers/rtc/Kconfig |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 08cbdb9..70e820b 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -729,11 +729,11 @@  config RTC_DRV_IMXDI
 
 config RTC_DRV_OMAP
 	tristate "TI OMAP1"
-	depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX
+	depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX || SOC_AM33XX
 	help
-	  Say "yes" here to support the real time clock on TI OMAP1 and
-	  DA8xx/OMAP-L13x chips.  This driver can also be built as a
-	  module called rtc-omap.
+	  Say "yes" here to support the real time clock on TI OMAP1,
+	  AM33xx and DA8xx/OMAP-L13x chips.  This driver can also be
+	  built as a module called rtc-omap.
 
 config HAVE_S3C_RTC
 	bool