PCI: Enable PCIE_DPC (except for armel/versatile)

This commit is contained in:
Ben Hutchings 2017-01-04 00:10:40 +00:00
parent 4dafc38558
commit 5bdfbe981b
3 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

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

View File

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

View File

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