[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH] Fix compile error when CONFIG_XEN_PCIDEV_FRONTEND=m
On Wed, 18 Nov 2009, Konrad Rzeszutek Wilk wrote: diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 3a858a8..4a658b1 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -52,11 +52,10 @@ config PCI_STUB When in doubt, say N. config XEN_PCIDEV_FRONTEND - tristate "Xen PCI Frontend" + bool "Xen PCI Frontend" depends on XEN && PCI && X86_64 select HOTPLUG select XEN_XENBUS_FRONTEND - default y help The PCI device frontend driver allows the kernel to import arbitrary PCI devices from a PCI backend to support PCI driver domains. This doesn't really fix the problem, it just avoids it. I think it would be better to isolate the cause and adjust things so it is possible for this to be built as a module. Michael Young _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |