diff options
author | Andy King <acking@vmware.com> | 2013-01-10 15:41:38 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-17 12:07:38 -0800 |
commit | bad7d9df274b03a0761913b6628fc7663ad3bfa6 (patch) | |
tree | d78903c7589d2dc1ea91c93b74721ab85331e2f3 /drivers/misc/vmw_vmci | |
parent | 811af9723859884f2f771f3174f3ddedab7c53b5 (diff) | |
download | linux-bad7d9df274b03a0761913b6628fc7663ad3bfa6.tar.gz linux-bad7d9df274b03a0761913b6628fc7663ad3bfa6.tar.bz2 linux-bad7d9df274b03a0761913b6628fc7663ad3bfa6.zip |
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 <rdunlap@infradead.org>
Signed-off-by: Andy King <acking@vmware.com>
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/vmw_vmci')
-rw-r--r-- | drivers/misc/vmw_vmci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |