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

Rosen Penev posted 1 patch 1 week, 5 days ago
drivers/pci/hotplug/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] PCI: hotplug: ibm: remove PCI_BIOS dependency
Posted by Rosen Penev 1 week, 5 days ago
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@gmail.com>
---
 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