[IA64] Make PCI Express support selectable
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Fri, 28 Apr 2006 02:50:43 +0000 (11:50 +0900)
committerTony Luck <tony.luck@intel.com>
Wed, 21 Jun 2006 21:42:24 +0000 (14:42 -0700)
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 <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Kconfig

index 0f3076a..cd2051f 100644 (file)
@@ -449,6 +449,8 @@ config PCI_DOMAINS
        bool
        default PCI
 
+source "drivers/pci/pcie/Kconfig"
+
 source "drivers/pci/Kconfig"
 
 source "drivers/pci/hotplug/Kconfig"