diff --git a/debian/changelog b/debian/changelog index d0f3c82eb..e59ae4a5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ linux-2.6 (2.6.32~rc8-1~experimental.2) UNRELEASED; urgency=low * [armel/kirkwood] Turn on USB_SUSPEND (on the request of a SheevaPlug user). + [ Bastian Blank ] + * Enable PCI_MSI. + -- Martin Michlmayr Sun, 22 Nov 2009 13:56:12 +0000 linux-2.6 (2.6.32~rc8-1~experimental.1) unstable; urgency=low diff --git a/debian/config/config b/debian/config/config index 6253e5603..0195168ee 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1691,6 +1691,7 @@ CONFIG_PARPORT_1284=y ## ## file: drivers/pci/Kconfig ## +CONFIG_PCI_MSI=y CONFIG_PCI_LEGACY=y CONFIG_PCI_STUB=m CONFIG_PCI_IOV=y diff --git a/debian/config/ia64/config b/debian/config/ia64/config index 295523b23..44e5a0659 100644 --- a/debian/config/ia64/config +++ b/debian/config/ia64/config @@ -533,11 +533,6 @@ CONFIG_PCI_HERMES=m CONFIG_PCMCIA_HERMES=m CONFIG_PCMCIA_SPECTRUM=m -## -## file: drivers/pci/Kconfig -## -CONFIG_PCI_MSI=y - ## ## file: drivers/pci/hotplug/Kconfig ## diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config index 9acc2a7fe..7e61f8370 100644 --- a/debian/config/kernelarch-x86/config +++ b/debian/config/kernelarch-x86/config @@ -928,7 +928,6 @@ CONFIG_PCMCIA_HERMES=m ## ## file: drivers/pci/Kconfig ## -CONFIG_PCI_MSI=y # CONFIG_PCI_DEBUG is not set CONFIG_HT_IRQ=y