Skip to content

Commit

Permalink
Staging/vt66*: kconfig, depends on WLAN
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Dec 23, 2009
1 parent e281cf8 commit b2cd414
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/vt6655/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config VT6655
tristate "VIA Technologies VT6655 support"
depends on PCI
depends on PCI && WLAN
select WIRELESS_EXT
select WEXT_PRIV
---help---
2 changes: 1 addition & 1 deletion drivers/staging/vt6656/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config VT6656
tristate "VIA Technologies VT6656 support"
depends on USB
depends on USB && WLAN
select WIRELESS_EXT
select WEXT_PRIV
---help---

0 comments on commit b2cd414

Please sign in to comment.