Commit 125b181a authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3d23e349
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
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---
+2 −1
Original line number Diff line number Diff line
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---
+3 −1
Original line number Diff line number Diff line
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.
+3 −1
Original line number Diff line number Diff line
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.