Skip to content

Commit

Permalink
VMCI: Add PCI as a dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy King authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent 811af97 commit bad7d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/vmw_vmci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bad7d9d

Please sign in to comment.