WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] xen: change XEN_PLATFORM_PCI to bool default y

From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>
---
 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


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel