提交 1f169f66 编写于 作者: S Stefano Stabellini 提交者: Konrad Rzeszutek Wilk

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: NStefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
上级 9960be97
...@@ -76,6 +76,7 @@ config XEN_XENBUS_FRONTEND ...@@ -76,6 +76,7 @@ config XEN_XENBUS_FRONTEND
config XEN_GNTDEV config XEN_GNTDEV
tristate "userspace grant access device driver" tristate "userspace grant access device driver"
depends on XEN depends on XEN
default m
select MMU_NOTIFIER select MMU_NOTIFIER
help help
Allows userspace processes to use grants. Allows userspace processes to use grants.
...@@ -83,6 +84,7 @@ config XEN_GNTDEV ...@@ -83,6 +84,7 @@ config XEN_GNTDEV
config XEN_GRANT_DEV_ALLOC config XEN_GRANT_DEV_ALLOC
tristate "User-space grant reference allocator driver" tristate "User-space grant reference allocator driver"
depends on XEN depends on XEN
default m
help help
Allows userspace processes to create pages with access granted Allows userspace processes to create pages with access granted
to other domains. This can be used to implement frontend drivers to other domains. This can be used to implement frontend drivers
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册