diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-12 08:37:35 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-12 08:37:35 -0800 |
commit | 94d4c4cd563aeff4d498168f1c8444074160d0e7 (patch) | |
tree | f12b08ef94db4f8510f0bdd97ca89e196ae310e9 /drivers/pci | |
parent | 2818ef50c4dc103ce52e12d14ce2dfbde5268120 (diff) | |
parent | 329620a878cf89184b28500d37fa33cc870a3357 (diff) | |
download | linux-3.10-94d4c4cd563aeff4d498168f1c8444074160d0e7.tar.gz linux-3.10-94d4c4cd563aeff4d498168f1c8444074160d0e7.tar.bz2 linux-3.10-94d4c4cd563aeff4d498168f1c8444074160d0e7.zip |
Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
* 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
xen/xenbus: making backend support modular is too complex
xen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTEND
xen/xenbus: fixup checkpatch issues in xenbus_probe*
xen/netfront: select XEN_XENBUS_FRONTEND
xen/xenbus: clean up noise in xenbus_probe_frontend.c
xen/xenbus: clean up noise in xenbus_probe_backend.c
xen/xenbus: clean up noise in xenbus_probe.c
xen/xenbus: cleanup debug noise in xenbus_comms.c
xen/xenbus: clean up error handling
xen/xenbus: make frontend bus GPL
xen/xenbus: make sure backend bus is registered earlier
xenbus/frontend: register bus earlier
xen: remove xen/evtchn.h
xen: add backend driver support
xen: separate out frontend xenbus
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 5b1630e4e9e..a9523fdc691 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -45,6 +45,7 @@ config XEN_PCIDEV_FRONTEND depends on PCI && X86 && XEN select HOTPLUG select PCI_XEN + select XEN_XENBUS_FRONTEND default y help The PCI device frontend driver allows the kernel to import arbitrary |