aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2009-10-01 13:22:27 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-10-07 16:39:43 -0400
commit125b181aec7a67c71234284ecf6d9c729d05deda (patch)
tree07fd0786e48bf0b9d2a362744eed0e0fac156f0f /drivers/staging/vt6655
parentwext: refactor (diff)
downloadlinux-dev-125b181aec7a67c71234284ecf6d9c729d05deda.tar.xz
linux-dev-125b181aec7a67c71234284ecf6d9c729d05deda.zip
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/vt6655')
-rw-r--r--drivers/staging/vt6655/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/Kconfig b/drivers/staging/vt6655/Kconfig
index 9bec95adcce2..825bbc4fc3fa 100644
--- a/drivers/staging/vt6655/Kconfig
+++ b/drivers/staging/vt6655/Kconfig
@@ -1,6 +1,8 @@
config VT6655
tristate "VIA Technologies VT6655 support"
- depends on WIRELESS_EXT && PCI
+ depends on PCI
+ select WIRELESS_EXT
+ select WEXT_PRIV
---help---
This is a vendor-written driver for VIA VT6655.