Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 427af9a6 authored by Afzal Mohammed's avatar Afzal Mohammed Committed by Linus Torvalds
Browse files

rtc: omap: depend on am33xx



rtc-omap driver can be reused for AM33xx RTC.  Provide dependency in
Kconfig.

Signed-off-by: default avatarAfzal Mohammed <afzal@ti.com>
Acked-by: default avatarSekhar Nori <nsekhar@ti.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@ti.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Daniel Mack <zonque@gmail.com>
Cc: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9e0344dc
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -777,11 +777,13 @@ 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 on chip real time clock
	  present on TI OMAP1, AM33xx and DA8xx/OMAP-L13x.

	  This driver can also be built as a module, if so, module
	  will be called rtc-omap.

config HAVE_S3C_RTC
	bool