search for: 07bec09

Displaying 1 result from an estimated 1 matches for "07bec09".

Did you mean: 074cc09
2011 Feb 10
0
[PATCH] xen: change xen/gntdev to default m
Change xen/gntdev to default m so that when CONFIG_XEN is enabled the gntdev driver will be compiled as a module. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 07bec09..af5d986 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -76,6 +76,7 @@ config XEN_XENBUS_FRONTEND config XEN_GNTDEV tristate "userspace grant access device driver" depends on XEN + default m select MMU_NOTIFIER help Allows userspace processes to use grants. __...