Skip to content

Commit

Permalink
Staging: vt665?: prevent modules from being built into the kernel.
Browse files Browse the repository at this point in the history
It causes lots of linking errors when both of these modules are built into the
kernel directly due to their global symbol mess.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Apr 5, 2011
1 parent 7989f7d commit 07e195f
Show file tree
Hide file tree
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 && WLAN
depends on PCI && WLAN && m
select WIRELESS_EXT
select WEXT_PRIV
---help---
Expand Down
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 && WLAN
depends on USB && WLAN && m
select WIRELESS_EXT
select WEXT_PRIV
select FW_LOADER
Expand Down

0 comments on commit 07e195f

Please sign in to comment.