X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fxen%2FKconfig;h=fad3df2c1276165f1e194b7c5f7bb66cda934820;hb=0aa3f139cd5123ffb8f397b91d777635e9761c24;hp=1bbb9108f31e49c3e951bf5aff27c2ae696fa757;hpb=f7116284c734f3a47180cd9c907944a1837ccb3c;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 1bbb910..fad3df2 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -1,6 +1,8 @@ +menu "Xen driver support" + depends on XEN + config XEN_BALLOON bool "Xen memory balloon driver" - depends on XEN default y help The balloon driver allows the Xen domain to request more memory from @@ -20,7 +22,6 @@ config XEN_SCRUB_PAGES config XEN_DEV_EVTCHN tristate "Xen /dev/xen/evtchn device" - depends on XEN default y help The evtchn driver allows a userspace process to triger event @@ -30,7 +31,6 @@ config XEN_DEV_EVTCHN config XENFS tristate "Xen filesystem" - depends on XEN default y help The xen filesystem provides a way for domains to share @@ -47,7 +47,19 @@ config XEN_COMPAT_XENFS The old xenstore userspace tools expect to find "xenbus" under /proc/xen, but "xenbus" is now found at the root of the xenfs filesystem. Selecting this causes the kernel to create - the compatibilty mount point /proc/xen if it is running on + the compatibility mount point /proc/xen if it is running on a xen platform. If in doubt, say yes. +config XEN_SYS_HYPERVISOR + bool "Create xen entries under /sys/hypervisor" + depends on SYSFS + select SYS_HYPERVISOR + default y + help + Create entries under /sys/hypervisor describing the Xen + hypervisor environment. When running native or in another + virtual environment, /sys/hypervisor will still be present, + but will have no xen contents. + +endmenu