[PATCH] hide pmac specific drivers if CONFIG_ADB is not set

Benjamin Herrenschmidt benh at kernel.crashing.org
Sun Oct 23 18:23:31 EST 2005


On Sun, 2005-10-23 at 10:23 +0200, Geert Uytterhoeven wrote:
> On Sat, 22 Oct 2005, Olaf Hering wrote:
> > SCSI_MESH exists on old Macs, but the PB Lombard has an external connector
> 
> And on some CHRP.
> 
> > --- linux-2.6.14-rc5.orig/drivers/scsi/Kconfig
> > +++ linux-2.6.14-rc5/drivers/scsi/Kconfig
> > @@ -1529,7 +1529,7 @@ config SCSI_DEBUG
> >  
> >  config SCSI_MESH
> >  	tristate "MESH (Power Mac internal SCSI) support"
> > -	depends on PPC32 && PPC_PMAC && SCSI
> > +	depends on PPC32 && PPC_PMAC && SCSI && (ADB_CUDA || ADB_PMU)
> >  	help
> >  	  Many Power Macintoshes and clones have a MESH (Macintosh Enhanced
> >  	  SCSI Hardware) SCSI bus adaptor (the 7200 doesn't, but all of the
> 
> You can no longer enable MESH when compiling for CHRP or when disabling ADB?
> 
> It's clearly visible my LongTrail died last year... :-(

Come on, Geert, I told you back then I was doing that :) You didn't
complain and we figured out nobody around had any of these in working
conditions anymore :)

Ben.





More information about the Linuxppc-dev mailing list