Просмотр исходного кода

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>
Greg Kroah-Hartman 15 лет назад
Родитель
Сommit
07e195fde6
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      drivers/staging/vt6655/Kconfig
  2. 1 1
      drivers/staging/vt6656/Kconfig

+ 1 - 1
drivers/staging/vt6655/Kconfig

@@ -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---

+ 1 - 1
drivers/staging/vt6656/Kconfig

@@ -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