[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>
This commit is contained in:
Kenji Kaneshige 2006-04-28 11:50:43 +09:00 committed by Tony Luck
parent ea95972f18
commit b7bb575c3f
1 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,8 @@ config PCI_DOMAINS
bool
default PCI
source "drivers/pci/pcie/Kconfig"
source "drivers/pci/Kconfig"
source "drivers/pci/hotplug/Kconfig"