Staging: rtl8192su: Build should select WIRELESS_EXT

The prevailing idiom is to select WIRELESS_EXT not depend on it.

Depending leaves this driver in a situation where it can only
be built if another driver that selects WIRELESS_EXT has been enabled.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Simon Horman
2009-12-21 15:07:10 +11:00
committed by Greg Kroah-Hartman
parent 8c172dde41
commit 784d311947

View File

@@ -1,6 +1,7 @@
config RTL8192SU config RTL8192SU
tristate "RealTek RTL8192SU Wireless LAN NIC driver" tristate "RealTek RTL8192SU Wireless LAN NIC driver"
depends on PCI && WLAN && USB depends on PCI && WLAN && USB
depends on WIRELESS_EXT select WIRELESS_EXT
select WEXT_PRIV
default N default N
---help--- ---help---