diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2006-04-27 22:50:43 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-06-21 17:42:24 -0400 |
commit | b7bb575c3fa3694811a072109f4e9c2f4705d8f5 (patch) | |
tree | 7d3c8bc2ba07af4e551f6d847f358090fb39d51d /arch/ia64/Kconfig | |
parent | ea95972f18481089e73368f9e62f6d70087bf4de (diff) |
[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/Kconfig | 2 |
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 | |||
449 | bool | 449 | bool |
450 | default PCI | 450 | default PCI |
451 | 451 | ||
452 | source "drivers/pci/pcie/Kconfig" | ||
453 | |||
452 | source "drivers/pci/Kconfig" | 454 | source "drivers/pci/Kconfig" |
453 | 455 | ||
454 | source "drivers/pci/hotplug/Kconfig" | 456 | source "drivers/pci/hotplug/Kconfig" |