summaryrefslogtreecommitdiffstats
path: root/drivers/xen/Kconfig
diff options
context:
space:
mode:
authorGerd Hoffmann2010-12-14 19:40:46 +0100
committerKonrad Rzeszutek Wilk2011-01-11 20:30:52 +0100
commitab31523c2fcac557226bac72cbdf5fafe01f9a26 (patch)
treed846311151a68cb0c3bf55b2c77f34a33e0b02fd /drivers/xen/Kconfig
parentxen: define gnttab_set_map_op/unmap_op (diff)
downloadkernel-qcow2-linux-ab31523c2fcac557226bac72cbdf5fafe01f9a26.tar.gz
kernel-qcow2-linux-ab31523c2fcac557226bac72cbdf5fafe01f9a26.tar.xz
kernel-qcow2-linux-ab31523c2fcac557226bac72cbdf5fafe01f9a26.zip
xen/gntdev: allow usermode to map granted pages
The gntdev driver allows usermode to map granted pages from other domains. This is typically used to implement a Xen backend driver in user mode. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Stefano Stabellini <Stefano.Stabellini@eu.citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/Kconfig')
-rw-r--r--drivers/xen/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 6e6180ccd726..bd3095f0dff2 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -62,6 +62,13 @@ config XEN_SYS_HYPERVISOR
virtual environment, /sys/hypervisor will still be present,
but will have no xen contents.
+config XEN_GNTDEV
+ tristate "userspace grant access device driver"
+ depends on XEN
+ select MMU_NOTIFIER
+ help
+ Allows userspace processes to use grants.
+
config XEN_PLATFORM_PCI
tristate "xen platform pci device driver"
depends on XEN_PVHVM