* debian/changelog: Update.

* debian/config/kernelarch-powerpc/config-arch-64,
  debian/config/kernelarch-s390/config-arch-64: Enable PCI hotplug.

svn path=/dists/trunk/linux/; revision=21694
This commit is contained in:
Bastian Blank 2014-08-06 20:55:40 +00:00
parent 0eb2869aed
commit b92b283868
3 changed files with 10 additions and 1 deletions

1
debian/changelog vendored
View File

@ -13,6 +13,7 @@ linux (3.16-1~exp1) UNRELEASED; urgency=medium
* Enable more Nftables modules.
* [x86] Enable EARLY_PRINTK_EFI.
* Enable stack protector on all supported architectures. (closes: #756898)
* [powerpc64, s390x] Enable PCI hotplug.
[ Ben Hutchings ]
* udeb: Add new sound drivers to sound-modules (thanks to Samuel Thibault)

View File

@ -76,7 +76,9 @@ CONFIG_IBM_EMAC_RX_SKB_HEADROOM=0
##
## file: drivers/pci/hotplug/Kconfig
##
# CONFIG_HOTPLUG_PCI is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_RPA=m
CONFIG_HOTPLUG_PCI_RPA_DLPAR=m
##
## file: drivers/scsi/Kconfig

View File

@ -11,3 +11,9 @@ CONFIG_MARCH_Z900=y
CONFIG_64BIT=y
CONFIG_PCI=y
##
## file: drivers/pci/hotplug/Kconfig
##
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_S390=y