From patchwork Wed Jul 25 06:12:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,4/6] rtc: omap: depend on am33xx Date: Tue, 24 Jul 2012 20:12:25 -0000 From: Mohammed Afzal X-Patchwork-Id: 173108 Message-Id: <3a154df108ee961c1017c1733092098f1fe8120e.1343191280.git.afzal@ti.com> To: , , , , , , , , , , , , , Cc: Afzal Mohammed rtc-omap driver can be reused for AM33xx RTC. Provide dependency in Kconfig. Signed-off-by: Afzal Mohammed --- v2: Modify Kconfig help, resolve checkpatch warning drivers/rtc/Kconfig | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 08cbdb9..eada3db 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -729,11 +729,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