Commit 27fb7f00 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

xen: add kconfig menu

Currently the xen support drivers are displayed in the main Device Drivers
menu of the config tools instead of in their own sub-menu, so move them to
their own sub-menu, like the rest of the driver world uses.

This keeps the main Device Drivers menu from becoming messy.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6aed359d
menu "Xen driver support"
depends on XEN
config XEN_BALLOON config XEN_BALLOON
bool "Xen memory balloon driver" bool "Xen memory balloon driver"
depends on XEN
default y default y
help help
The balloon driver allows the Xen domain to request more memory from The balloon driver allows the Xen domain to request more memory from
...@@ -20,7 +22,6 @@ config XEN_SCRUB_PAGES ...@@ -20,7 +22,6 @@ config XEN_SCRUB_PAGES
config XEN_DEV_EVTCHN config XEN_DEV_EVTCHN
tristate "Xen /dev/xen/evtchn device" tristate "Xen /dev/xen/evtchn device"
depends on XEN
default y default y
help help
The evtchn driver allows a userspace process to triger event The evtchn driver allows a userspace process to triger event
...@@ -30,7 +31,6 @@ config XEN_DEV_EVTCHN ...@@ -30,7 +31,6 @@ config XEN_DEV_EVTCHN
config XENFS config XENFS
tristate "Xen filesystem" tristate "Xen filesystem"
depends on XEN
default y default y
help help
The xen filesystem provides a way for domains to share The xen filesystem provides a way for domains to share
...@@ -53,11 +53,13 @@ config XEN_COMPAT_XENFS ...@@ -53,11 +53,13 @@ config XEN_COMPAT_XENFS
config XEN_SYS_HYPERVISOR config XEN_SYS_HYPERVISOR
bool "Create xen entries under /sys/hypervisor" bool "Create xen entries under /sys/hypervisor"
depends on XEN && SYSFS depends on SYSFS
select SYS_HYPERVISOR select SYS_HYPERVISOR
default y default y
help help
Create entries under /sys/hypervisor describing the Xen Create entries under /sys/hypervisor describing the Xen
hypervisor environment. When running native or in another hypervisor environment. When running native or in another
virtual environment, /sys/hypervisor will still be present, virtual environment, /sys/hypervisor will still be present,
but will have no xen contents. but will have no xen contents.
\ No newline at end of file
endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment