[PATCH] PCI Domains Support

Simon Horman horms at verge.net.au
Sat Dec 19 20:27:28 EST 2009


On Thu, Dec 17, 2009 at 09:01:06PM +0800, Richard Liu wrote:
> Dear Simon:
> 
> Simon Horman wrote:

[snip]

> >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> >> index 79a3074..33a49ba 100644
> >> --- a/arch/arm/Kconfig
> >> +++ b/arch/arm/Kconfig
> >> @@ -865,6 +865,10 @@ config PCI
> >>        your box. Other bus systems are ISA, EISA, MicroChannel (MCA) or
> >>        VESA. If you have PCI, say Y, otherwise N.
> >>  
> >> +config PCI_DOMAINS
> >> +        def_bool y
> >> +        depends on PCI
> >> +
> >>     
> >
> > The PCI_DOMAINS config variable seems unnecessary to me.
> >   
> ARM is a highly custom platform, just reverse for other platform add
> their code,
> Some platforms might need PCI domains, but some platforms not.

Understood. Do you have any platforms in mind that wouldn't want
PCI domains? I was just thinking that perhaps PCI_DOMAINS could be added
later as needed, reducing noise in the code until the need arises.
But perhaps I'm reading the situation incorrectly.



More information about the linux-arm-kernel mailing list