mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
Staging/vt66*: kconfig, depends on WLAN
The vt665[56] drivers can be built when CONFIG_NET=n & CONFIG_NETDEVICES=n or just when CONFIG_WLAN=n. This leads to build failures. Prevent this by making them depend on WLAN. [This patch was lost in a dualing trees merge; still needs to be re-applied.] Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e281cf8966
commit
b2cd41496c
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
config VT6655
|
config VT6655
|
||||||
tristate "VIA Technologies VT6655 support"
|
tristate "VIA Technologies VT6655 support"
|
||||||
depends on PCI
|
depends on PCI && WLAN
|
||||||
select WIRELESS_EXT
|
select WIRELESS_EXT
|
||||||
select WEXT_PRIV
|
select WEXT_PRIV
|
||||||
---help---
|
---help---
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
config VT6656
|
config VT6656
|
||||||
tristate "VIA Technologies VT6656 support"
|
tristate "VIA Technologies VT6656 support"
|
||||||
depends on USB
|
depends on USB && WLAN
|
||||||
select WIRELESS_EXT
|
select WIRELESS_EXT
|
||||||
select WEXT_PRIV
|
select WEXT_PRIV
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Reference in a new issue