Re: [PATCH 1/2] soc: raspberrypi-power: add CONFIG_OF dependency

From: Arnd Bergmann
Date: Thu Jul 07 2016 - 08:56:34 EST


On Wednesday, July 6, 2016 10:54:19 AM CEST Eric Anholt wrote:
> Arnd Bergmann <arnd@xxxxxxxx> writes:
>
> > We get a harmless warning if the RASPBERRYPI_POWER driver is enabled without
> > CONFIG_OF during compile testing:
> >
> > warning: RASPBERRYPI_POWER selects PM_GENERIC_DOMAINS_OF which has unmet direct dependencies (PM_GENERIC_DOMAINS && OF)
> >
> > There is no need to select PM_GENERIC_DOMAINS_OF if OF is set, so we can
> > replace the 'select' with a dependency.
> >
> > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
>
> Acked-by: Eric Anholt <eric@xxxxxxxxxx>
>
> I'm guessing you'll take this patch directly.
>

Applied into next/drivers, thanks for the Ack

Arnd