projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ae6ef
)
PCI Hotplug: the ibm driver is not dependant on PCI_LEGACY
author
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 13 Feb 2008 21:32:24 +0000
(13:32 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 21 Apr 2008 04:46:57 +0000
(21:46 -0700)
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>
drivers/pci/hotplug/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/hotplug/Kconfig
b/drivers/pci/hotplug/Kconfig
index 17fb3d6b7c73992f4f96b4690c153209f77d28e5..eacfb13998bbd29449052e264a99080e2284bb8f 100644
(file)
--- 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.