[patch 7/9] disallow building powermac and tsi108 without PCI

Arnd Bergmann arnd at arndb.de
Mon Jun 18 01:32:03 EST 2007


On Sunday 17 June 2007, Kumar Gala wrote:
> > @@ -31,6 +32,7 @@ config PPC_HOLLY
> >       select TSI108_BRIDGE
> >       select PPC_UDBG_16550
> >       select CPU_7xx
> > +     select PCI
> >       help
> >         Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval
> >         Board with TSI108/9 bridge (Hickory/Holly)
> 
> Any reason we just don't add the select to the config TSI108_BRIDGE  
> so any future TSI108 based systems get it as well?
> 

Sounds good, I'll update the patch.

I also noticed that part of the TSI108 code appears to be written
so support !PCI configurations, so in theory it should be possible
fix up the problems with that. The reason I didn't was that it
ended up as quite a big number of changes that I couldn't properly
test.
The other question is of course whether it's useful to allow it.

	Arnd <><



More information about the Linuxppc-dev mailing list