diff mbox

[1/1] mc13892: fix Kconfig entry for rtc support

Message ID 20101024215936.138618825@rtp-net.org
State Rejected
Headers show

Commit Message

Arnaud Patard (Rtp) Oct. 24, 2010, 9:59 p.m. UTC
Commit "rtc: Add support for the rtc found in the MC13892 PMIC" [ id
2bebc3e7a94a9e2503a736d685ec1e6dc8046e02 in the mfd tree ] is adding support
for mc13892 rtc and change Makefile entry from CONFIG_RTC_DRV_MC13783 to
CONFIG_RTC_DRV_MC13XXX. Unfortunately, the Kconfig entry has not been updated
(it's still 'config RTC_DRV_MC13783'). Fix that.


Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>

Comments

Uwe Kleine-König Oct. 25, 2010, 6:05 a.m. UTC | #1
Hiho Arnaud,

On Sun, Oct 24, 2010 at 11:59:27PM +0200, Arnaud Patard wrote:
> Commit "rtc: Add support for the rtc found in the MC13892 PMIC" [ id
> 2bebc3e7a94a9e2503a736d685ec1e6dc8046e02 in the mfd tree ] is adding support
> for mc13892 rtc and change Makefile entry from CONFIG_RTC_DRV_MC13783 to
> CONFIG_RTC_DRV_MC13XXX. Unfortunately, the Kconfig entry has not been updated
> (it's still 'config RTC_DRV_MC13783'). Fix that.
> 
> 
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
> Index: linux-2.6-submit/drivers/rtc/Kconfig
> ===================================================================
> --- linux-2.6-submit.orig/drivers/rtc/Kconfig	2010-10-24 23:43:32.000000000 +0200
> +++ linux-2.6-submit/drivers/rtc/Kconfig	2010-10-24 23:43:53.000000000 +0200
> @@ -925,7 +925,7 @@
>  	  If you say Y here you will get support for the RTC found on
>  	  the PCAP2 ASIC used on some Motorola phones.
>  
> -config RTC_DRV_MC13783
> +config RTC_DRV_MC13XXX
>  	depends on MFD_MC13XXX
>  	tristate "Freescale MC13xxx RTC"
>  	help
I noticed that, too, in the meantime and Samuel told me to fix it in his
tree.

Best regards and thanks,
Uwe
diff mbox

Patch

Index: linux-2.6-submit/drivers/rtc/Kconfig
===================================================================
--- linux-2.6-submit.orig/drivers/rtc/Kconfig	2010-10-24 23:43:32.000000000 +0200
+++ linux-2.6-submit/drivers/rtc/Kconfig	2010-10-24 23:43:53.000000000 +0200
@@ -925,7 +925,7 @@ 
 	  If you say Y here you will get support for the RTC found on
 	  the PCAP2 ASIC used on some Motorola phones.
 
-config RTC_DRV_MC13783
+config RTC_DRV_MC13XXX
 	depends on MFD_MC13XXX
 	tristate "Freescale MC13xxx RTC"
 	help