[PATCH] PCI: hotplug: ibm: remove PCI_BIOS dependency

From: Rosen Penev

Date: Tue May 26 2026 - 20:34:15 EST


PCI_BIOS depends on 32-bit x86 so removed for that reason. The driver
can be built on 64-bit as well.

The remaining X86_IO_APIC symbol selects X86_32 || X86_64 so no need for
X86 which does the same thing.

Assisted-By: Claude:Sonnet-4.6
Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
---
drivers/pci/hotplug/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig
index 3207860b52e4..891a81bac5e9 100644
--- a/drivers/pci/hotplug/Kconfig
+++ b/drivers/pci/hotplug/Kconfig
@@ -42,7 +42,7 @@ config HOTPLUG_PCI_COMPAQ_NVRAM

config HOTPLUG_PCI_IBM
tristate "IBM PCI Hotplug driver"
- depends on X86_IO_APIC && X86 && PCI_BIOS
+ depends on X86_IO_APIC
help
Say Y here if you have a motherboard with a IBM PCI Hotplug
controller.
--
2.54.0