summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8187se
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2009-10-01 18:22:27 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2009-10-07 20:39:43 (GMT)
commit125b181aec7a67c71234284ecf6d9c729d05deda (patch)
tree07fd0786e48bf0b9d2a362744eed0e0fac156f0f /drivers/staging/rtl8187se
parent3d23e349d807177eaf519d444677cee86b1a04cf (diff)
downloadlinux-fsl-qoriq-125b181aec7a67c71234284ecf6d9c729d05deda.tar.xz
staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV
After the incorporation of the patch entitled "wext: refactor", some of the wireless drivers in drivers/staging fail to build because they need to have CONFIG_WIRELESS_EXT and CONFIG_WEXT_PRIV defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/staging/rtl8187se')
-rw-r--r--drivers/staging/rtl8187se/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8187se/Kconfig b/drivers/staging/rtl8187se/Kconfig
index 236e427..faf6c60 100644
--- a/drivers/staging/rtl8187se/Kconfig
+++ b/drivers/staging/rtl8187se/Kconfig
@@ -1,6 +1,7 @@
config RTL8187SE
tristate "RealTek RTL8187SE Wireless LAN NIC driver"
depends on PCI
- depends on WIRELESS_EXT
+ select WIRELESS_EXT
+ select WEXT_PRIV
default N
---help---