mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
33ae6ef26d
commit
3b57eff02c
|
@ -63,7 +63,7 @@ config HOTPLUG_PCI_COMPAQ_NVRAM
|
||||||
|
|
||||||
config HOTPLUG_PCI_IBM
|
config HOTPLUG_PCI_IBM
|
||||||
tristate "IBM PCI Hotplug driver"
|
tristate "IBM PCI Hotplug driver"
|
||||||
depends on X86_IO_APIC && X86 && PCI_BIOS && PCI_LEGACY
|
depends on X86_IO_APIC && X86 && PCI_BIOS
|
||||||
help
|
help
|
||||||
Say Y here if you have a motherboard with a IBM PCI Hotplug
|
Say Y here if you have a motherboard with a IBM PCI Hotplug
|
||||||
controller.
|
controller.
|
||||||
|
|
Loading…
Reference in New Issue