Commit 07e195fde6dd553f30fb287fc169d64895425f5e

Authored by Greg Kroah-Hartman
1 parent 7989f7d5ea

Staging: vt665?: prevent modules from being built into the kernel.

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>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

drivers/staging/vt6655/Kconfig
1 1 config VT6655
2 2 tristate "VIA Technologies VT6655 support"
3   - depends on PCI && WLAN
  3 + depends on PCI && WLAN && m
4 4 select WIRELESS_EXT
5 5 select WEXT_PRIV
6 6 ---help---
drivers/staging/vt6656/Kconfig
1 1 config VT6656
2 2 tristate "VIA Technologies VT6656 support"
3   - depends on USB && WLAN
  3 + depends on USB && WLAN && m
4 4 select WIRELESS_EXT
5 5 select WEXT_PRIV
6 6 select FW_LOADER