diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-10-13 15:09:45 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-18 15:09:23 +0200 |
commit | ed0dd05bfdb2d4056379dbbcf2deee8e42509567 (patch) | |
tree | becc8bca4cd039c7d41c5566a2cf05c155c33f74 /target/linux/generic | |
parent | b0a94fc60de18e55b44fdb656d7e9812c1668af7 (diff) | |
download | upstream-ed0dd05bfdb2d4056379dbbcf2deee8e42509567.tar.gz upstream-ed0dd05bfdb2d4056379dbbcf2deee8e42509567.tar.bz2 upstream-ed0dd05bfdb2d4056379dbbcf2deee8e42509567.zip |
kernel: add missing config symbols for 5.15
When I enabled CONFIG_HOTPLUG_PCI for mvebu platform, it was asking for
more symbols.
Fixes:
Support for PCI Hotplug (HOTPLUG_PCI) [Y/?] y
CompactPCI Hotplug driver (HOTPLUG_PCI_CPCI) [N/y/?] n
SHPC PCI Hotplug driver (HOTPLUG_PCI_SHPC) [N/y/?] (NEW)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-5.15 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15 index 686475c4ca..611371b203 100644 --- a/target/linux/generic/config-5.15 +++ b/target/linux/generic/config-5.15 @@ -2401,6 +2401,11 @@ CONFIG_HIGH_RES_TIMERS=y # CONFIG_HOSTAP_PLX is not set # CONFIG_HOTPLUG_CPU is not set # CONFIG_HOTPLUG_PCI is not set +# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set +# CONFIG_HOTPLUG_PCI_COMPAQ is not set +# CONFIG_HOTPLUG_PCI_CPCI is not set +# CONFIG_HOTPLUG_PCI_IBM is not set +# CONFIG_HOTPLUG_PCI_SHPC is not set # CONFIG_HP03 is not set # CONFIG_HP100 is not set # CONFIG_HP206C is not set |