[PATCH 1/6] VMCI: Add PCI as a dependency

From: Dmitry Torokhov
Date: Thu Jan 10 2013 - 18:41:52 EST


From: Andy King <acking@xxxxxxxxxx>

Add PCI as a dependency to our build, since we always compile in the guest-side
PCI device support.

Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Signed-off-by: Andy King <acking@xxxxxxxxxx>
Signed-off-by: Dmitry Torokhov <dtor@xxxxxxxxxx>
---

Greg,

Here is the set of patches addressing compilation issues in VMCI
reported on LKML by Randy and also change renaming PPNSet to ppn_set
that I promised you.

Thanks,
Dmitry

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 55015e7..39c2eca 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
--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/