mm-only debug patch...
[mmotm.git] / drivers / vbus / Kconfig
blob08667aaed47e968fc68829f18c20401da86a712a
2 # Virtual-Bus (VBus) driver configuration
5 config VBUS_PROXY
6        tristate "Virtual-Bus support"
7        select SHM_SIGNAL
8        select IOQ
9        default n
10        help
11        Adds support for a virtual-bus model drivers in a guest to connect
12         to host side virtual-bus resources.  If you are using this kernel
13         in a virtualization solution which implements virtual-bus devices
14         on the backend, say Y.  If unsure, say N.
16 config VBUS_PCIBRIDGE
17        tristate "PCI to Virtual-Bus bridge"
18        depends on PCI
19        depends on VBUS_PROXY
20        select IOQ
21        default n
22        help
23         Provides a way to bridge host side vbus devices via a PCI-BRIDGE
24         object.  If you are running virtualization with vbus devices on the
25         host, and the vbus is exposed via PCI, say Y.  Otherwise, say N.