1
0
Fork 0

Staging: fix wireless drivers depends

These drivers can (erroneously) be enabled even when
CONFIG_NET=n, CONFIG_NETDEVICES=n, CONFIG_WLAN=n, etc.
Stop this.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
wifi-calibration
Randy Dunlap 2009-10-29 09:52:02 -07:00 committed by Greg Kroah-Hartman
parent 049e62614a
commit b881c6cbb3
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
config RTL8187SE
tristate "RealTek RTL8187SE Wireless LAN NIC driver"
depends on PCI
depends on PCI && WLAN
depends on WIRELESS_EXT
default N
---help---

View File

@ -1,6 +1,6 @@
config RTL8192E
tristate "RealTek RTL8192E Wireless LAN NIC driver"
depends on PCI
depends on PCI && WLAN
depends on WIRELESS_EXT
default N
---help---

View File

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