[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1357861303-25903-1-git-send-email-dtor@vmware.com>
Date: Thu, 10 Jan 2013 15:41:38 -0800
From: Dmitry Torokhov <dtor@...are.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: Randy Dunlap <rdunlap@...radead.org>,
Stephen Rothwell <sfr@...b.auug.org.au>,
linux-kernel@...r.kernel.org, pv-drivers@...are.com
Subject: [PATCH 1/6] VMCI: Add PCI as a dependency
From: Andy King <acking@...are.com>
Add PCI as a dependency to our build, since we always compile in the guest-side
PCI device support.
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Andy King <acking@...are.com>
Signed-off-by: Dmitry Torokhov <dtor@...are.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists