From 18dc365707fd63860f02a26b49acb1b19b3f67ed Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Mon, 7 Dec 2009 11:46:28 -0500 Subject: vbus: add a "vbus-proxy" bus model for vbus_driver objects This will generally be used for hypervisors to publish any host-side virtual devices up to a guest. The guest will have the opportunity to consume any devices present on the vbus-proxy as if they were platform devices, similar to existing buses like PCI. Signed-off-by: Gregory Haskins --- arch/x86/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9458685902bd..035edb75d74f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -2067,6 +2067,8 @@ source "drivers/pcmcia/Kconfig" source "drivers/pci/hotplug/Kconfig" +source "drivers/vbus/Kconfig" + endmenu -- cgit v1.2.3