diff options
author | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2011-02-10 07:08:21 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-02-16 09:30:02 -0500 |
commit | 1f169f66ddcc3b4614f840bef367de1ca20e16fe (patch) | |
tree | b51c76465ebe94a3f757a31dcd559fd07880e0ff | |
parent | 9960be970cea52c1cb7d7c747ff6da367e1c01b5 (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>
-rw-r--r-- | drivers/xen/Kconfig | 2 |
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 | |||
76 | config XEN_GNTDEV | 76 | config 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 | |||
83 | config XEN_GRANT_DEV_ALLOC | 84 | config 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 |