diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-12-14 13:40:46 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-01-11 14:30:52 -0500 |
commit | ab31523c2fcac557226bac72cbdf5fafe01f9a26 (patch) | |
tree | d846311151a68cb0c3bf55b2c77f34a33e0b02fd /drivers/xen/Kconfig | |
parent | f07745325cbd93afc5d8bcf7539a063d33134075 (diff) |
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/Kconfig | 7 |
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 | |||
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_GNTDEV | ||
66 | tristate "userspace grant access device driver" | ||
67 | depends on XEN | ||
68 | select MMU_NOTIFIER | ||
69 | help | ||
70 | Allows userspace processes to use grants. | ||
71 | |||
65 | config XEN_PLATFORM_PCI | 72 | config XEN_PLATFORM_PCI |
66 | tristate "xen platform pci device driver" | 73 | tristate "xen platform pci device driver" |
67 | depends on XEN_PVHVM | 74 | depends on XEN_PVHVM |