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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
049e62614a
commit
b881c6cbb3
@@ -1,6 +1,6 @@
|
|||||||
config RTL8187SE
|
config RTL8187SE
|
||||||
tristate "RealTek RTL8187SE Wireless LAN NIC driver"
|
tristate "RealTek RTL8187SE Wireless LAN NIC driver"
|
||||||
depends on PCI
|
depends on PCI && WLAN
|
||||||
depends on WIRELESS_EXT
|
depends on WIRELESS_EXT
|
||||||
default N
|
default N
|
||||||
---help---
|
---help---
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
config RTL8192E
|
config RTL8192E
|
||||||
tristate "RealTek RTL8192E Wireless LAN NIC driver"
|
tristate "RealTek RTL8192E Wireless LAN NIC driver"
|
||||||
depends on PCI
|
depends on PCI && WLAN
|
||||||
depends on WIRELESS_EXT
|
depends on WIRELESS_EXT
|
||||||
default N
|
default N
|
||||||
---help---
|
---help---
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
config RTL8192SU
|
config RTL8192SU
|
||||||
tristate "RealTek RTL8192SU Wireless LAN NIC driver"
|
tristate "RealTek RTL8192SU Wireless LAN NIC driver"
|
||||||
depends on PCI
|
depends on PCI && WLAN
|
||||||
depends on WIRELESS_EXT
|
depends on WIRELESS_EXT
|
||||||
default N
|
default N
|
||||||
---help---
|
---help---
|
||||||
|
Reference in New Issue
Block a user