gnu: linux-libre: Enable SHPC PCI Hotplug driver on ARM64.
Fixes <https://bugs.gnu.org/32840> on ARM64. * gnu/packages/aux-files/linux-libre/4.18-arm64.conf: Add CONFIG_HOTPLUG_PCI_SHPC=y. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d36cd88873
commit
402e60859d
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 4.18.0-gnu Kernel Configuration
|
# Linux/arm64 4.18.14-gnu Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM64=y
|
CONFIG_ARM64=y
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
|
@ -481,7 +481,7 @@ CONFIG_HOTPLUG_PCI=y
|
||||||
CONFIG_HOTPLUG_PCI_ACPI=y
|
CONFIG_HOTPLUG_PCI_ACPI=y
|
||||||
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
|
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
|
||||||
CONFIG_HOTPLUG_PCI_CPCI=y
|
CONFIG_HOTPLUG_PCI_CPCI=y
|
||||||
# CONFIG_HOTPLUG_PCI_SHPC is not set
|
CONFIG_HOTPLUG_PCI_SHPC=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# PCI controller drivers
|
# PCI controller drivers
|
||||||
|
|
Loading…
Reference in New Issue