Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Kenji Kaneshige and committed by
Tony Luck
b7bb575c ea95972f

+2
+2
arch/ia64/Kconfig
··· 449 449 bool 450 450 default PCI 451 451 452 + source "drivers/pci/pcie/Kconfig" 453 + 452 454 source "drivers/pci/Kconfig" 453 455 454 456 source "drivers/pci/hotplug/Kconfig"