aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/xen/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index a3d7afb86ae4..a59638b37c1a 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -76,6 +76,7 @@ config XEN_XENBUS_FRONTEND
76config XEN_GNTDEV 76config XEN_GNTDEV
77 tristate "userspace grant access device driver" 77 tristate "userspace grant access device driver"
78 depends on XEN 78 depends on XEN
79 default m
79 select MMU_NOTIFIER 80 select MMU_NOTIFIER
80 help 81 help
81 Allows userspace processes to use grants. 82 Allows userspace processes to use grants.
@@ -83,6 +84,7 @@ config XEN_GNTDEV
83config XEN_GRANT_DEV_ALLOC 84config XEN_GRANT_DEV_ALLOC
84 tristate "User-space grant reference allocator driver" 85 tristate "User-space grant reference allocator driver"
85 depends on XEN 86 depends on XEN
87 default m
86 help 88 help
87 Allows userspace processes to create pages with access granted 89 Allows userspace processes to create pages with access granted
88 to other domains. This can be used to implement frontend drivers 90 to other domains. This can be used to implement frontend drivers