aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r--drivers/xen/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 526187c8a12..88bca1c42db 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -41,3 +41,13 @@ config XEN_COMPAT_XENFS
41 a xen platform. 41 a xen platform.
42 If in doubt, say yes. 42 If in doubt, say yes.
43 43
44config XEN_SYS_HYPERVISOR
45 bool "Create xen entries under /sys/hypervisor"
46 depends on XEN && SYSFS
47 select SYS_HYPERVISOR
48 default y
49 help
50 Create entries under /sys/hypervisor describing the Xen
51 hypervisor environment. When running native or in another
52 virtual environment, /sys/hypervisor will still be present,
53 but will have no xen contents. \ No newline at end of file