Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2cd4149 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e281cf89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config VT6655
   tristate "VIA Technologies VT6655 support"
   depends on PCI
   depends on PCI && WLAN
   select WIRELESS_EXT
   select WEXT_PRIV
   ---help---
+1 −1
Original line number Diff line number Diff line
config VT6656
	tristate "VIA Technologies VT6656 support"
	depends on USB
	depends on USB && WLAN
	select WIRELESS_EXT
	select WEXT_PRIV
	---help---