[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [Patch][linux-2.6.18-xen]Fixed build by adding CONFIG_PCI_MSI in linux_defconfigs
This patch is necessary to make a build get through without a prompt. I'm not sure if it is the right way but I conservatively disabled CONFIG_PCI_MSI by default. Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@xxxxxxxxxxxxxx> diff -r e39cf97647af buildconfigs/linux-defconfig_xen0_x86_32 --- a/buildconfigs/linux-defconfig_xen0_x86_32 Mon May 05 10:17:41 2008 +0100 +++ b/buildconfigs/linux-defconfig_xen0_x86_32 Thu May 08 11:55:37 2008 +0900 @@ -248,6 +248,7 @@ CONFIG_XEN_PCIDEV_FRONTEND=y CONFIG_XEN_PCIDEV_FRONTEND=y # CONFIG_XEN_PCIDEV_FE_DEBUG is not set # CONFIG_PCIEPORTBUS is not set +# CONFIG_PCI_MSI is not set # CONFIG_PCI_DEBUG is not set CONFIG_ISA_DMA_API=y # CONFIG_SCx200 is not set diff -r e39cf97647af buildconfigs/linux-defconfig_xen0_x86_64 --- a/buildconfigs/linux-defconfig_xen0_x86_64 Mon May 05 10:17:41 2008 +0100 +++ b/buildconfigs/linux-defconfig_xen0_x86_64 Thu May 08 11:55:37 2008 +0900 @@ -204,6 +204,7 @@ CONFIG_XEN_PCIDEV_FRONTEND=y CONFIG_XEN_PCIDEV_FRONTEND=y # CONFIG_XEN_PCIDEV_FE_DEBUG is not set # CONFIG_PCIEPORTBUS is not set +# CONFIG_PCI_MSI is not set # CONFIG_PCI_DEBUG is not set # diff -r e39cf97647af buildconfigs/linux-defconfig_xen_x86_32 --- a/buildconfigs/linux-defconfig_xen_x86_32 Mon May 05 10:17:41 2008 +0100 +++ b/buildconfigs/linux-defconfig_xen_x86_32 Thu May 08 11:55:37 2008 +0900 @@ -254,6 +254,7 @@ CONFIG_XEN_PCIDEV_FRONTEND=y CONFIG_XEN_PCIDEV_FRONTEND=y # CONFIG_XEN_PCIDEV_FE_DEBUG is not set # CONFIG_PCIEPORTBUS is not set +# CONFIG_PCI_MSI is not set # CONFIG_PCI_DEBUG is not set CONFIG_ISA_DMA_API=y CONFIG_SCx200=m diff -r e39cf97647af buildconfigs/linux-defconfig_xen_x86_64 --- a/buildconfigs/linux-defconfig_xen_x86_64 Mon May 05 10:17:41 2008 +0100 +++ b/buildconfigs/linux-defconfig_xen_x86_64 Thu May 08 11:55:37 2008 +0900 @@ -209,6 +209,7 @@ CONFIG_XEN_PCIDEV_FRONTEND=y CONFIG_XEN_PCIDEV_FRONTEND=y # CONFIG_XEN_PCIDEV_FE_DEBUG is not set # CONFIG_PCIEPORTBUS is not set +# CONFIG_PCI_MSI is not set # CONFIG_PCI_DEBUG is not set # _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |