Re: [PATCH V5 3/3] drivers/rtc/rtc-as3722: add RTC driver

From: Laxman Dewangan
Date: Mon Oct 21 2013 - 06:48:05 EST


On Friday 11 October 2013 04:17 AM, Mark Brown wrote:
* PGP Signed by an unknown key

On Thu, Oct 10, 2013 at 03:24:46PM -0700, Andrew Morton wrote:

+#ifdef CONFIG_PM
Most (but not all!) rtc drivers use CONFIG_PM_SLEEP. People have madly
mucked with CONFIG_PM* and I don't know the difference and I don't know
what's going on and I don't know of a convenient place to go to find
out. If you work it out, please be sure to tell me! But as soon as I
figure it out I'm sure they'll go and madly muck with it again.
The two effective options for this stuff are PM_SLEEP (for system
suspend) and PM_RUNTIME (for runtime suspend which RTCs are unlikely to
use I guess). PM mostly just enables selection of the other two.

I think, correct defs is CONFIG_PM_SLEEP here. I will re-spin this patch.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/