diff options
author | Ian Campbell <ian.campbell@citrix.com> | 2009-02-09 15:05:51 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-01-05 16:29:17 -0500 |
commit | 2de06cc1f18d638cc7ab1169f61a8599045c2d4f (patch) | |
tree | d1799d08078c4542b730e18397990ad92ec1d917 /drivers/xen/Kconfig | |
parent | cf7d7e5a1980d1116ee152d25dac382b112b9c17 (diff) |
xen: separate out frontend xenbus
Impact: refactor
Make a distinct frontend xenbus, in preparation for adding a backend xenbus.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
[corresponds to 2fd433a4188f in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
with adjustments to reflect changes in the code which is moved]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r-- | drivers/xen/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 6e6180ccd726..10b6bef2e217 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig | |||
@@ -62,6 +62,9 @@ config XEN_SYS_HYPERVISOR | |||
62 | virtual environment, /sys/hypervisor will still be present, | 62 | virtual environment, /sys/hypervisor will still be present, |
63 | but will have no xen contents. | 63 | but will have no xen contents. |
64 | 64 | ||
65 | config XEN_XENBUS_FRONTEND | ||
66 | tristate | ||
67 | |||
65 | config XEN_PLATFORM_PCI | 68 | config XEN_PLATFORM_PCI |
66 | tristate "xen platform pci device driver" | 69 | tristate "xen platform pci device driver" |
67 | depends on XEN_PVHVM | 70 | depends on XEN_PVHVM |