summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2012-08-31 12:44:05 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-02-12 10:46:50 -0700
commit4d6f67557e0f98e5a2e71fae20cef7767492815b (patch)
tree56e8e694378d27c76c990efe38d27b4a2ed0f97c
parent37059a9e9b9b786cf4a620b75edcbde87e513c45 (diff)
wl12xx: Kconfig select WIRELESS_EXT and WEXT_PRIV
-rw-r--r--drivers/net/wireless/wl12xx/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig
index 35ce7b0f4a60..1dc6a474e26e 100644
--- a/drivers/net/wireless/wl12xx/Kconfig
+++ b/drivers/net/wireless/wl12xx/Kconfig
@@ -1,6 +1,7 @@
menuconfig WL12XX_MENU
tristate "TI wl12xx driver support"
depends on MAC80211 && EXPERIMENTAL
+ select WEXT_PRIV
---help---
This will enable TI wl12xx driver support for the following chips:
wl1271, wl1273, wl1281 and wl1283.
@@ -12,6 +13,7 @@ config WL12XX
depends on INET
select FW_LOADER
select CRC7
+ select WIRELESS_EXT
---help---
This module adds support for wireless adapters based on TI wl1271 and
TI wl1273 chipsets. This module does *not* include support for wl1251.