Re: [PATCH] x86: CPU detection for RDC System-on-Chip

From: Florian Fainelli
Date: Mon May 17 2010 - 07:38:04 EST


On Monday 17 May 2010 13:23:58 Andi Kleen wrote:
> > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> > index 39e8e10..21b02f2 100644
> > --- a/arch/x86/Kconfig
> > +++ b/arch/x86/Kconfig
> > @@ -419,6 +419,7 @@ config X86_RDC321X
> >
> > bool "RDC R-321x SoC"
> > depends on X86_32
> > depends on X86_EXTENDED_PLATFORM
> >
> > + select PCI
>
> If you don't actually need PCI in your SOC then you could easily
> remove that dependency with some minor work. Early PCI really is quite
> independent from the other code and can be just used on its own.

We actually do need PCI for the Ethernet MAC to work as well as the
southbridge driver.

>
> The only thing that would need sorting out is the command line
> interface for early_pci_enabled()
>
> -Andi
> --
> 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/
--
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/