From: "Andi Kleen" <ak@suse.de>

Include PCI-Express configuration

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/x86_64/Kconfig |    2 ++
 1 files changed, 2 insertions(+)

diff -puN arch/x86_64/Kconfig~x86_64-include-pci-express-configuration arch/x86_64/Kconfig
--- 25/arch/x86_64/Kconfig~x86_64-include-pci-express-configuration	Wed Mar 23 15:38:45 2005
+++ 25-akpm/arch/x86_64/Kconfig	Wed Mar 23 15:38:45 2005
@@ -419,6 +419,8 @@ config UNORDERED_IO
 	 from i386. Requires that the driver writer used memory barriers
 	 properly.
 
+source "drivers/pci/pcie/Kconfig"
+
 source "drivers/pci/Kconfig"
 
 source "drivers/pcmcia/Kconfig"
_