On Thursday, July 10, 2014 03:58:59 PM Andrew Lunn wrote:
> On Thu, Jul 10, 2014 at 11:15:55AM +0100, Quentin Armitage wrote:
> > Commit ff1f0018cf66080d8e6f59791e552615648a033a ("drivers: Enable
> > building of Kirkwood drivers for mach-mvebu") added Kirkwood into
> > mach-mvebu, adding MACH_KIRKWOOD to ARCH_KIRKWOOD in the KConfig files.
> > 
> > The change for ARM_KIRKWOOD_CPUFREQ replaced ARCH_KIRKWOOD with
> > MACH_KIRKWOOD, whereas all the other changes were ARCH_KIRKWOOD ||
> > MACH_KIRKWOOD.
> > 
> > As a consequence of this change, the cpufreq driver is no longer enabled
> > for ARCH_KIRKWOOD. This patch reinstates ARM_KIRKWOOD_CPUFREQ for
> > ARCH_KIRKWOOD.
> > 
> > Signed-off-by: Quentin Armitage <[email protected]>
> > ---
> > diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> > index ebac671..24778f0 100644
> > --- a/drivers/cpufreq/Kconfig.arm
> > +++ b/drivers/cpufreq/Kconfig.arm
> > @@ -118,7 +118,7 @@ config ARM_INTEGRATOR
> >           If in doubt, say Y.
> > 
> >  config ARM_KIRKWOOD_CPUFREQ
> > -       def_bool MACH_KIRKWOOD
> > +       def_bool ARCH_KIRKWOOD || MACH_KIRKWOOD
> >         help
> >           This adds the CPUFreq driver for Marvell Kirkwood
> >           SoCs.
> 
> Acked-by: Andrew Lunn <[email protected]>

Applied, thanks!

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to