Return-path: Received: from hoefnix.telenet-ops.be ([195.130.132.54]:48706 "EHLO hoefnix.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751652AbXHBN7c (ORCPT ); Thu, 2 Aug 2007 09:59:32 -0400 Date: Thu, 2 Aug 2007 15:58:43 +0200 (CEST) From: Geert Uytterhoeven To: Michael Buesch Cc: Andrew Morton , linux-kernel , bcm43xx-dev@lists.berlios.de, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, Gary Zambrano Subject: Re: [PATCH] Merge the Sonics Silicon Backplane subsystem In-Reply-To: <200707271857.24162.mb@bu3sch.de> Message-ID: References: <200707271857.24162.mb@bu3sch.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-wireless-owner@vger.kernel.org List-ID: 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? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds