Re: [PATCH] PM / Kconfig: Do not select PM directly from Kconfig files

From: Rafael J. Wysocki
Date: Mon Dec 01 2014 - 17:21:35 EST


On Monday, December 01, 2014 10:21:54 AM Geert Uytterhoeven wrote:
> On Sat, Nov 29, 2014 at 2:03 AM, Rafael J. Wysocki <rjw@xxxxxxxxxxxxx> wrote:
> > From: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
> >
> > It is not valid to select CONFIG_PM directly without selecting
> > CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME too, because that breaks
> > dependencies (ia64 does that) and it is not necessary to select
> > CONFIG_PM directly if CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME is
> > set, because it will be set automatically then (sh does that).
> >
> > Fix those mistakes.
> >
> > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
> > ---
> > arch/ia64/Kconfig | 1 -
> > arch/sh/Kconfig | 1 -
>
> For the sh part:
>
> Acked-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Thanks!

> Note that sh is orphaned, so you should resend your patch to Andrew Morton,
> or queue it yourself.

Since it depends on material already in my tree, I'm going to queue it up myself.

Rafael

--
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/