]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
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 236e42725447a49c395264a884737af921f22bb0..faf6c608741409fe2901a888d287739cabef641b 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 3100aa58c940a7ee6c3bbad313df5e87a2b7d624..5c077b9fdc77d6a947ffe2e4c01b8dd29ec4f7b9 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 9bec95adcce241a64f5caffd7ca7eafd43d28c5b..825bbc4fc3fa8573cb56a3c5260f91047978504c 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 3165f2c420794cc070e6367ec9077d497e4ffbd9..87bcd269310c80a5aec7dadade66ce308dbbb33d 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.