diff options
author | Jake Moilanen <moilanen@austin.ibm.com> | 2006-06-07 17:05:46 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-15 05:31:25 -0400 |
commit | bb53bb3dcb12d79efdee3d82bff46a204af377f3 (patch) | |
tree | 3bbe796265817fdf461a5caa0ad6253445460309 /arch/powerpc/Kconfig | |
parent | 0f582bc1f2cccacd613c411fbea55873d17c3429 (diff) |
[POWERPC] Add support for PCI-Express nodes in the device tree
This adds support to recognize the PCIe device_type "pciex" and made
the portdrv buildable.
Signed-off-by: Jake Moilanen <moilanen@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 7eb0ef2b0036..4ef2478cb84c 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -853,6 +853,8 @@ config 8260_PCI9_IDMA4 | |||
853 | 853 | ||
854 | endchoice | 854 | endchoice |
855 | 855 | ||
856 | source "drivers/pci/pcie/Kconfig" | ||
857 | |||
856 | source "drivers/pci/Kconfig" | 858 | source "drivers/pci/Kconfig" |
857 | 859 | ||
858 | source "drivers/pcmcia/Kconfig" | 860 | source "drivers/pcmcia/Kconfig" |