The patch titled Subject: drivers/rtc/Kconfig: update Kconfig for OMAP RTC has been added to the -mm tree. Its filename is rtc-omap-update-kconfig-for-omap-rtc.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/rtc-omap-update-kconfig-for-omap-rtc.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/rtc-omap-update-kconfig-for-omap-rtc.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Lokesh Vutla <lokeshvutla@xxxxxx> Subject: 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@xxxxxx> Acked-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Paul Walmsley <paul@xxxxxxxxx> Cc: Tero Kristo <t-kristo@xxxxxx> Cc: Sekhar Nori <nsekhar@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN drivers/rtc/Kconfig~rtc-omap-update-kconfig-for-omap-rtc drivers/rtc/Kconfig --- a/drivers/rtc/Kconfig~rtc-omap-update-kconfig-for-omap-rtc +++ a/drivers/rtc/Kconfig @@ -1141,11 +1141,11 @@ config RTC_DRV_IMXDI will be called "rtc-imxdi". config RTC_DRV_OMAP - tristate "TI OMAP1" - depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX || SOC_AM33XX + tristate "TI OMAP Real Time Clock" + depends on ARCH_OMAP || ARCH_DAVINCI help Say "yes" here to support the on chip real time clock - present on TI OMAP1, AM33xx and DA8xx/OMAP-L13x. + present on TI OMAP1, AM33xx, DA8xx/OMAP-L13x, AM43xx and DRA7xx. This driver can also be built as a module, if so, module will be called rtc-omap. _ Patches currently in -mm which might be from lokeshvutla@xxxxxx are rtc-omap-unlock-and-lock-rtc-registers-before-and-after-register-writes.patch rtc-omap-update-kconfig-for-omap-rtc.patch rtc-omap-use-module_platform_driver.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html