summaryrefslogtreecommitdiff
path: root/drivers/staging/brcm80211/Kconfig
diff options
context:
space:
mode:
authorTapani <tapani@technexion.com>2012-07-18 15:45:56 +0800
committerJohn Weber <rjohnweber@gmail.com>2013-07-17 14:22:37 -0500
commitdf66cc24f1796a0f3e73f296a833d4c6b3191e2f (patch)
tree18c3f0d4fff2a53603cb2c16ea7f8dba980e12d3 /drivers/staging/brcm80211/Kconfig
parent2d146dc85b9e8f13bef3480268e70f29a7dd0472 (diff)
downloadlinux-df66cc24f1796a0f3e73f296a833d4c6b3191e2f.tar.gz
Remove old staging driver for Broadcom bcm4329 wifi
(cherry picked from commit 076ad8b1528a6439e9bb629951d8fea6878d1dfc)
Diffstat (limited to 'drivers/staging/brcm80211/Kconfig')
-rw-r--r--drivers/staging/brcm80211/Kconfig40
1 files changed, 0 insertions, 40 deletions
diff --git a/drivers/staging/brcm80211/Kconfig b/drivers/staging/brcm80211/Kconfig
deleted file mode 100644
index 379cf16e89f7..000000000000
--- a/drivers/staging/brcm80211/Kconfig
+++ /dev/null
@@ -1,40 +0,0 @@
-config BRCMUTIL
- tristate
- default n
-
-config BRCMSMAC
- tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
- default n
- depends on PCI
- depends on WLAN && MAC80211
- depends on X86 || MIPS
- select BRCMUTIL
- select FW_LOADER
- select CRC_CCITT
- ---help---
- This module adds support for PCIe wireless adapters based on Broadcom
- IEEE802.11n SoftMAC chipsets. If you choose to build a module, it'll
- be called brcmsmac.ko.
-
-config BRCMFMAC
- tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
- default n
- depends on MMC
- depends on WLAN && CFG80211
- depends on X86 || MIPS
- select BRCMUTIL
- select FW_LOADER
- select WIRELESS_EXT
- select WEXT_PRIV
- ---help---
- This module adds support for embedded wireless adapters based on
- Broadcom IEEE802.11n FullMAC chipsets. This driver uses the kernel's
- wireless extensions subsystem. If you choose to build a module,
- it'll be called brcmfmac.ko.
-
-config BRCMDBG
- bool "Broadcom driver debug functions"
- default n
- depends on BRCMSMAC || BRCMFMAC
- ---help---
- Selecting this enables additional code for debug purposes.