Re: [PATCH] ARM: vexpress: register platform PATA device.

From: Russell King - ARM Linux
Date: Fri Jan 21 2011 - 06:15:05 EST


On Mon, Jan 10, 2011 at 04:16:22PM -0500, Nick Bowler wrote:
> On 2011-01-07 22:43 +0000, Russell King - ARM Linux wrote:
> > On Fri, Jan 07, 2011 at 04:24:05PM -0500, Nick Bowler wrote:
> > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > > index d56d21c..ee61039 100644
> > > --- a/arch/arm/Kconfig
> > > +++ b/arch/arm/Kconfig
> > > @@ -264,6 +264,7 @@ config ARCH_VEXPRESS
> > > select HAVE_CLK
> > > select ICST
> > > select PLAT_VERSATILE
> > > + select HAVE_PATA_PLATFORM
> >
> > To avoid the Kconfig warning, this should be:
> >
> > select HAVE_PATA_PLATFORM if ATA
> >
> > or it needs to be moved outside of the if ATA ... endif block in
> > drivers/ata/Kconfig.
>
> The Kconfig dependency fix was merged into mainline today, so this patch
> should no longer trigger the aforementioned warning.

Ok, can you put it in the patch system please?

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