* [PATCH] Make PCI Express support selectable
@ 2006-04-28 2:50 Kenji Kaneshige
0 siblings, 0 replies; only message in thread
From: Kenji Kaneshige @ 2006-04-28 2:50 UTC (permalink / raw)
To: linux-ia64
Hi,
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.
The attached patch make PCI Express support selectable.
Thanks,
Kenji Kaneshige
This patch makes PCI Express support selectable.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
---
arch/ia64/Kconfig | 2 ++
1 files changed, 2 insertions(+)
Index: linux-2.6.17-rc3/arch/ia64/Kconfig
=================================--- linux-2.6.17-rc3.orig/arch/ia64/Kconfig 2006-04-28 11:11:04.000000000 +0900
+++ linux-2.6.17-rc3/arch/ia64/Kconfig 2006-04-28 11:13:19.000000000 +0900
@@ -447,6 +447,8 @@
bool
default PCI
+source "drivers/pci/pcie/Kconfig"
+
source "drivers/pci/Kconfig"
source "drivers/pci/hotplug/Kconfig"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-28 2:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-28 2:50 [PATCH] Make PCI Express support selectable Kenji Kaneshige
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.