staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 1 Oct 2009 18:22:27 +0000 (13:22 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:39:43 +0000 (16:39 -0400)
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>
drivers/staging/rtl8187se/Kconfig
drivers/staging/rtl8192e/Kconfig
drivers/staging/vt6655/Kconfig
drivers/staging/vt6656/Kconfig

index 236e427..faf6c60 100644 (file)
@@ -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---
index 3100aa5..5c077b9 100644 (file)
@@ -1,6 +1,7 @@
 config RTL8192E
        tristate "RealTek RTL8192E Wireless LAN NIC driver"
        depends on PCI
-       depends on WIRELESS_EXT
+       select WIRELESS_EXT
+       select WEXT_PRIV
        default N
        ---help---
index 9bec95a..825bbc4 100644 (file)
@@ -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.
 
index 3165f2c..87bcd26 100644 (file)
@@ -1,6 +1,8 @@
 config VT6656
        tristate "VIA Technologies VT6656 support"
-       depends on WIRELESS_EXT && USB
+       depends on USB
+       select WIRELESS_EXT
+       select WEXT_PRIV
        ---help---
        This is a vendor-written driver for VIA VT6656.