summaryrefslogtreecommitdiffstats
path: root/drivers/misc
diff options
context:
space:
mode:
authorGuenter Roeck2013-02-27 20:41:41 +0100
committerGreg Kroah-Hartman2013-03-15 19:10:49 +0100
commitd87c3f057922e616c0449aac518da200355c84e9 (patch)
treefbe781c1d99ed1e48b7228bb77c729c228682b72 /drivers/misc
parentmisc: ep93xx_pwm: use module_platform_driver_probe() (diff)
downloadkernel-qcow2-linux-d87c3f057922e616c0449aac518da200355c84e9.tar.gz
kernel-qcow2-linux-d87c3f057922e616c0449aac518da200355c84e9.tar.xz
kernel-qcow2-linux-d87c3f057922e616c0449aac518da200355c84e9.zip
misc/vmw_vmci: Add dependency on CONFIG_NET
Building the vmw_vmci driver with CONFIG_NET undefined results in: drivers/built-in.o: In function `__qp_memcpy_from_queue.isra.13': vmci_queue_pair.c:(.text+0x1671a8): undefined reference to `memcpy_toiovec' drivers/built-in.o: In function `__qp_memcpy_to_queue.isra.14': vmci_queue_pair.c:(.text+0x167341): undefined reference to `memcpy_fromiovec' make[1]: [vmlinux] Error 1 (ignored) since memcpy_toiovec and memcpy_fromiovec are defined in the networking code. Add the missing dependency. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/vmw_vmci/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/vmw_vmci/Kconfig b/drivers/misc/vmw_vmci/Kconfig
index 39c2ecadb273..ea98f7e9ccd1 100644
--- a/drivers/misc/vmw_vmci/Kconfig
+++ b/drivers/misc/vmw_vmci/Kconfig
@@ -4,7 +4,7 @@
config VMWARE_VMCI
tristate "VMware VMCI Driver"
- depends on X86 && PCI
+ depends on X86 && PCI && NET
help
This is VMware's Virtual Machine Communication Interface. It enables
high-speed communication between host and guest in a virtual