diff mbox

Re: [PATCH v3] rtc: add support for DS3232 RTC

Message ID 20100715115445.f7761071.akpm@linux-foundation.org
State Accepted
Headers show

Commit Message

Andrew Morton July 15, 2010, 6:54 p.m. UTC
On Tue, 13 Jul 2010 10:07:53 +0800
Tiefei zang <tiefei.zang@gmail.com> wrote:

> >
> > however the code _seems_ to be handling alarms and the Kconfig help
> > says "If an interrupt is associated with the device, the alarm
> > functionality is supported." so I'm all confused. __Perhaps you can send
> > along the changelog text?
> According to ZongShun's comment, I remove the alarm functions in the
> code but forget to delete this help message.
> Could you help to remove this line
> "If an interrupt is associated with the device, the alarm
> functionality is supported" in the help?

I added this:

From: Andrew Morton <akpm@linux-foundation.org>

fix Kconfig help text

Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Jingchang Lu <b22599@freescale.com>
Cc: Kumar Gala <kumar.gala@freescale.com>
Cc: Mingkai Hu <Mingkai.hu@freescale.com>
Cc: Roy Zang <tie-fei.zang@freescale.com>
Cc: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
Cc: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/rtc/Kconfig |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

diff -puN drivers/rtc/Kconfig~rtc-add-support-for-ds3232-rtc-fix drivers/rtc/Kconfig
--- a/drivers/rtc/Kconfig~rtc-add-support-for-ds3232-rtc-fix
+++ a/drivers/rtc/Kconfig
@@ -171,8 +171,7 @@  config RTC_DRV_DS3232
 	depends on RTC_CLASS && I2C
 	help
 	  If you say yes here you get support for Dallas Semiconductor
-	  DS3232 real-time clock chips.  If an interrupt is associated
-	  with the device, the alarm functionality is supported.
+	  DS3232 real-time clock chips.
 
 	  This driver can also be built as a module.  If so, the module
 	  will be called rtc-ds3232.