diff --git a/debian/changelog b/debian/changelog index befc3636d..242d75e0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ linux (4.8.15-2) UNRELEASED; urgency=medium * [x86] perf: Enable PERF_EVENTS_AMD_POWER as module * [x86] perf: Change PERF_EVENTS_INTEL_{CSTATE,RAPL,UNCORE} from built-in to modules + * PCI: Enable PCIE_DPC (except for armel/versatile) [ Salvatore Bonaccorso ] * sg_write()/bsg_write() is not fit to be called under KERNEL_DS diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell index c6ff73bd0..c565c6b23 100644 --- a/debian/config/armel/config.marvell +++ b/debian/config/armel/config.marvell @@ -495,6 +495,11 @@ CONFIG_MWIFIEX_SDIO=m ## CONFIG_PCI_MVEBU=y +## +## file: drivers/pci/pcie/Kconfig +## +# CONFIG_PCIE_DPC is not set + ## ## file: drivers/pcmcia/Kconfig ## diff --git a/debian/config/config b/debian/config/config index ffeac3da3..92b4219d4 100644 --- a/debian/config/config +++ b/debian/config/config @@ -3696,6 +3696,7 @@ CONFIG_PCIEPORTBUS=y CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_PCIEASPM=y # CONFIG_PCIEASPM_DEBUG is not set +CONFIG_PCIE_DPC=y ## ## file: drivers/pci/pcie/aer/Kconfig