浏览代码

[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>
Kenji Kaneshige 19 年之前
父节点
当前提交
b7bb575c3f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/ia64/Kconfig

+ 2 - 0
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"