Return-path: Received: from rv-out-0506.google.com ([209.85.198.225]:56510 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932194AbZHNDd0 (ORCPT ); Thu, 13 Aug 2009 23:33:26 -0400 Received: by rv-out-0506.google.com with SMTP id f6so368098rvb.1 for ; Thu, 13 Aug 2009 20:33:27 -0700 (PDT) Message-ID: <4A84DB04.6070105@lwfinger.net> Date: Thu, 13 Aug 2009 22:33:24 -0500 From: Larry Finger MIME-Version: 1.0 To: "Luis R. Rodriguez" CC: linville@tuxdriver.com, linux-wireless@vger.kernel.org Subject: Re: [PATCH v2 00/25] wireless: cleanup and reorganize kconfig References: <1250210584-13374-1-git-send-email-lrodriguez@atheros.com> In-Reply-To: <1250210584-13374-1-git-send-email-lrodriguez@atheros.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: Luis R. Rodriguez wrote: > John, here's a second iteration of this series, this time > I'm using a menu (config) which expands upon selection for > groups which have only a few drivers. For groups which do tend > to pollute your screen I've put them under their own menu > (menuconfig). At first I had each group with an appended > "wireless drivers support" but in the end that seemed too > odd so I removed it and now group drivers are pivoted by > the vendor driver. > > I've kept rndis_wlan on its own although only currently > known chipsets which support it are Broadcom based. > I also don't expect old rndis_wlan users to know > that this is a broadcom driver for now so its better > to keep that apart. > > Let me know if you like the color of the shed, its > understandable if you dislike it. #4 is missing this time. That is probably the reason that #13 has some fuzz, and #15 fails. In addition, once you apply past #3, youo get an error drivers/net/wireless/Kconfig:498: file 'drivers/net/wireless/p54/Kconfig' is already sourced from 'drivers/net/wireless/Kconfig' make[1]: *** [xconfig] Error 1 make: *** [xconfig] Error 2 Larry