summaryrefslogtreecommitdiff
path: root/drivers/vbus/Kconfig
blob: 87c545d38fbc9947aa3f6172f870c6846eba6780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Virtual-Bus (VBus) driver configuration
#

config VBUS_PROXY
       tristate "Virtual-Bus support"
       select SHM_SIGNAL
       default n
       help
       Adds support for a virtual-bus model drivers in a guest to connect
	to host side virtual-bus resources.  If you are using this kernel
	in a virtualization solution which implements virtual-bus devices
	on the backend, say Y.  If unsure, say N.

config VBUS_PCIBRIDGE
       tristate "PCI to Virtual-Bus bridge"
       depends on PCI
       depends on VBUS_PROXY
       select IOQ
       default n
       help
        Provides a way to bridge host side vbus devices via a PCI-BRIDGE
        object.  If you are running virtualization with vbus devices on the
	host, and the vbus is exposed via PCI, say Y.  Otherwise, say N.