summaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorKenji Kaneshige2006-04-28 04:50:43 +0200
committerTony Luck2006-06-21 23:42:24 +0200
commitb7bb575c3fa3694811a072109f4e9c2f4705d8f5 (patch)
tree7d3c8bc2ba07af4e551f6d847f358090fb39d51d /arch/ia64/Kconfig
parent[IA64-SGI] Remove SN SAL error handling feature bit that is no longer needed (diff)
downloadkernel-qcow2-linux-b7bb575c3fa3694811a072109f4e9c2f4705d8f5.tar.gz
kernel-qcow2-linux-b7bb575c3fa3694811a072109f4e9c2f4705d8f5.tar.xz
kernel-qcow2-linux-b7bb575c3fa3694811a072109f4e9c2f4705d8f5.zip
[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 <kaneshige.kenji@jp.fujitsu.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 0f3076a820c3..cd2051f5c9ce 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"