diff options
author | Greg Kroah-Hartman | 2008-02-13 13:32:24 -0800 |
---|---|---|
committer | Greg Kroah-Hartman | 2008-04-20 21:46:57 -0700 |
commit | 3b57eff02c37c79e6254884d374a6a9233e11efc (patch) | |
tree | 21f0781f4d830cb6a88cb6d4a9bc7edb7ccbd217 /drivers | |
parent | 33ae6ef26d65ef5d15e80d95a9df1252eaed93e8 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/hotplug/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig index 17fb3d6b7c73..eacfb13998bb 100644 --- a/drivers/pci/hotplug/Kconfig +++ b/drivers/pci/hotplug/Kconfig @@ -63,7 +63,7 @@ config HOTPLUG_PCI_COMPAQ_NVRAM config HOTPLUG_PCI_IBM tristate "IBM PCI Hotplug driver" - depends on X86_IO_APIC && X86 && PCI_BIOS && PCI_LEGACY + depends on X86_IO_APIC && X86 && PCI_BIOS help Say Y here if you have a motherboard with a IBM PCI Hotplug controller. |