All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: change XEN_PLATFORM_PCI to bool default y
@ 2011-09-21 12:37 stefano.stabellini
  2011-09-21 18:51 ` Konrad Rzeszutek Wilk
  2011-09-22  6:18 ` Olaf Hering
  0 siblings, 2 replies; 10+ messages in thread
From: stefano.stabellini @ 2011-09-21 12:37 UTC (permalink / raw)
  To: konrad.wilk
  Cc: Ian.Campbell, jeremy, xen-devel, Stefano Stabellini,
	Stefano.Stabellini

From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

The xen-platform-pci module is small and for PV on HVM guests is a
requirement for xenbus.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
 drivers/xen/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 5f7ff8e..a64b8e8 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -138,9 +138,9 @@ config XEN_GRANT_DEV_ALLOC
 	  or as part of an inter-domain shared memory channel.
 
 config XEN_PLATFORM_PCI
-	tristate "xen platform pci device driver"
+	bool "xen platform pci device driver"
 	depends on XEN_PVHVM && PCI
-	default m
+	default y
 	help
 	  Driver for the Xen PCI Platform device: it is responsible for
 	  initializing xenbus and grant_table when running in a Xen HVM
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-09-23  6:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 12:37 [PATCH] xen: change XEN_PLATFORM_PCI to bool default y stefano.stabellini
2011-09-21 18:51 ` Konrad Rzeszutek Wilk
2011-09-21 19:08   ` Ian Campbell
2011-09-21 21:10     ` Konrad Rzeszutek Wilk
2011-09-22 11:23       ` Stefano Stabellini
2011-09-21 22:49     ` Jeremy Fitzhardinge
2011-09-22  6:21       ` Ian Campbell
2011-09-22 19:35         ` Jeremy Fitzhardinge
2011-09-23  6:56           ` Jan Beulich
2011-09-22  6:18 ` Olaf Hering

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.