aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-02-10 07:08:21 -0500
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-02-16 09:30:02 -0500
commit1f169f66ddcc3b4614f840bef367de1ca20e16fe (patch)
treeb51c76465ebe94a3f757a31dcd559fd07880e0ff /drivers/xen
parent9960be970cea52c1cb7d7c747ff6da367e1c01b5 (diff)
xen: change xen/[gntdev/gntalloc] to default m
When CONFIG_XEN is enabled the gntdev and gntalloc driver will be compiled as a module by default. [v2: Added the fix for the gntalloc driver as well] Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen')
-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