Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

PCI Hotplug: the ibm driver is not dependant on PCI_LEGACY

This was marked incorrectly for some reason. Allow the ibmphp driver to
be built even if PCI_LEGACY is not enabled.

Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+1 -1
+1 -1
drivers/pci/hotplug/Kconfig
··· 63 63 64 64 config HOTPLUG_PCI_IBM 65 65 tristate "IBM PCI Hotplug driver" 66 - depends on X86_IO_APIC && X86 && PCI_BIOS && PCI_LEGACY 66 + depends on X86_IO_APIC && X86 && PCI_BIOS 67 67 help 68 68 Say Y here if you have a motherboard with a IBM PCI Hotplug 69 69 controller.