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 | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 65397fe..1a8e9bd 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -378,6 +378,14 @@ config USB_ZD1201 endif # ZYDAS_80211 +menuconfig BROADCOM_80211 + bool "Broadcom Wireless Cards" + 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" @@ -410,6 +418,8 @@ config USB_NET_RNDIS_WLAN If you choose to build a module, it'll be called rndis_wlan. +endif # BROADCOM_80211 + menuconfig REALTEK_80211 bool "Realtek Wireless Cards" depends on WLAN_80211 -- 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