From: Andy King Date: Thu, 10 Jan 2013 23:41:38 +0000 (-0800) Subject: VMCI: Add PCI as a dependency X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bad7d9df274b03a0761913b6628fc7663ad3bfa6;p=linux-beck.git VMCI: Add PCI as a dependency Add PCI as a dependency to our build, since we always compile in the guest-side PCI device support. Reported-by: Randy Dunlap Signed-off-by: Andy King Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/vmw_vmci/Kconfig b/drivers/misc/vmw_vmci/Kconfig index 55015e75683c..39c2ecadb273 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 + depends on X86 && PCI help This is VMware's Virtual Machine Communication Interface. It enables high-speed communication between host and guest in a virtual