diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2006-04-28 11:50:43 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-06-21 14:42:24 -0700 |
commit | b7bb575c3fa3694811a072109f4e9c2f4705d8f5 (patch) | |
tree | 7d3c8bc2ba07af4e551f6d847f358090fb39d51d /arch/ia64 | |
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')
-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 bool default PCI +source "drivers/pci/pcie/Kconfig" + source "drivers/pci/Kconfig" source "drivers/pci/hotplug/Kconfig" |