Skip to content

Commit

Permalink
staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Larry Finger authored and John W. Linville committed Oct 7, 2009
1 parent 3d23e34 commit 125b181
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion drivers/staging/rtl8187se/Kconfig
Original file line number Diff line number Diff line change
@@ -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---
3 changes: 2 additions & 1 deletion drivers/staging/rtl8192e/Kconfig
Original file line number Diff line number Diff line change
@@ -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---
4 changes: 3 additions & 1 deletion drivers/staging/vt6655/Kconfig
Original file line number Diff line number Diff line change
@@ -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.

4 changes: 3 additions & 1 deletion drivers/staging/vt6656/Kconfig
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 125b181

Please sign in to comment.