From: Kenji Kaneshige Date: Fri, 28 Apr 2006 02:50:43 +0000 (+0900) Subject: [IA64] Make PCI Express support selectable X-Git-Tag: v2.6.18-rc1~1086 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7bb575c3fa3694811a072109f4e9c2f4705d8f5;p=linux-2.6 [IA64] Make PCI Express support selectable When I tried to use PCI Express Hotplug driver on my ia64 box, I noticed that "PCI Express support" is not even selectable on ia64. This patch makes PCI Express support selectable. Signed-off-by: Kenji Kaneshige Signed-off-by: Tony Luck --- diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 0f3076a820..cd2051f5c9 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -449,6 +449,8 @@ config PCI_DOMAINS bool default PCI +source "drivers/pci/pcie/Kconfig" + source "drivers/pci/Kconfig" source "drivers/pci/hotplug/Kconfig"