All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: change xen/gntdev to default m
@ 2011-02-10 12:17 Stefano Stabellini
  0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2011-02-10 12:17 UTC (permalink / raw)
  To: xen-devel

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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-10 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 12:17 [PATCH] xen: change xen/gntdev to default m Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.