Re: [PATCH] Merge the Sonics Silicon Backplane subsystem

From: Michael Buesch
Date: Thu Aug 02 2007 - 10:25:34 EST


On Thursday 02 August 2007, Geert Uytterhoeven wrote:
> On Fri, 27 Jul 2007, Michael Buesch wrote:
> > The Sonics Silicon Backplane is a mini-bus used on
> > various Broadcom chips and embedded devices.
> > Devices using the SSB include b44, bcm43xx and various
> > Broadcom based wireless routers.
> > A b44 and bcm43xx port and a SSB based OHCI driver is available.
>
> > --- a/drivers/Kconfig
> > +++ b/drivers/Kconfig
> > @@ -58,6 +58,8 @@ source "drivers/power/Kconfig"
> >
> > source "drivers/hwmon/Kconfig"
> >
> > +source "drivers/ssb/Kconfig"
> > +
> > source "drivers/mfd/Kconfig"
> >
> > source "drivers/media/Kconfig"
>
> > --- /dev/null
> > +++ b/drivers/ssb/Kconfig
> > @@ -0,0 +1,92 @@
> > +menu "Sonics Silicon Backplane"
> > +
> > +config SSB
> > + tristate "Sonics Silicon Backplane support"
> > + depends on EXPERIMENTAL
>
> Hence this will show up on all platforms?

So?
-
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/