This moves Broadcom wireless drivers into their own menu. There are only 2 Broadcom specific drivers so we group them into a menu which can expand. Although rndis_wlan also supports Broadcom devices, RNDIS is a spec and other vendors could technically implement solutions with it as well so we keep that separate as users most likely won't look for those devices under a Broadcom tag. Cc: Michael Buesch <mb@xxxxxxxxx> Cc: Gábor Stefanik <netrolller.3d@xxxxxxxxx> Cc: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> --- drivers/net/wireless/Kconfig | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 6dba711..cb5aae6 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -562,8 +562,21 @@ source "drivers/net/wireless/iwmc3200wifi/Kconfig" endif # INTEL_80211 source "drivers/net/wireless/hostap/Kconfig" + +config BROADCOM_80211 + bool "Broadcom" + depends on WLAN_80211 + ---help--- + This will enable the support for Broadcom wireless drivers. This + includes b43 driver, b43legacy driver and the rndis_wlan driver. + +if BROADCOM_80211 + source "drivers/net/wireless/b43/Kconfig" source "drivers/net/wireless/b43legacy/Kconfig" + +endif # BROADCOM_80211 + source "drivers/net/wireless/rt2x00/Kconfig" source "drivers/net/wireless/orinoco/Kconfig" source "drivers/net/wireless/wl12xx/Kconfig" -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html