diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-17 20:09:19 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-19 00:11:42 +0200 |
commit | 402e60859da609e95d16a04a253977da88f4077e (patch) | |
tree | 518df2c3d6df3f113108f6ab5f5e17856ad96002 /gnu/packages/aux-files | |
parent | d36cd888734da3c9d7ce27dafedb00f0e42a636e (diff) | |
download | guix-402e60859da609e95d16a04a253977da88f4077e.tar guix-402e60859da609e95d16a04a253977da88f4077e.tar.gz |
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>
Diffstat (limited to 'gnu/packages/aux-files')
-rw-r--r-- | gnu/packages/aux-files/linux-libre/4.18-arm64.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/aux-files/linux-libre/4.18-arm64.conf b/gnu/packages/aux-files/linux-libre/4.18-arm64.conf index ab30f51d2e..64b14b52c0 100644 --- a/gnu/packages/aux-files/linux-libre/4.18-arm64.conf +++ b/gnu/packages/aux-files/linux-libre/4.18-arm64.conf @@ -1,6 +1,6 @@ # # 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_64BIT=y @@ -481,7 +481,7 @@ CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_ACPI=y CONFIG_HOTPLUG_PCI_ACPI_IBM=m CONFIG_HOTPLUG_PCI_CPCI=y -# CONFIG_HOTPLUG_PCI_SHPC is not set +CONFIG_HOTPLUG_PCI_SHPC=y # # PCI controller drivers |