diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-08-08 16:30:54 +0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-09-20 03:19:53 +0400 |
commit | f352c7251255effe6c2326190f1378adbd142aa3 (patch) | |
tree | fb4d2a9c841be4808317fb0541cf270c4462c50d /arch/powerpc/platforms/wsp/Kconfig | |
parent | 2fa3d9e5c699ff49e96199eeb9bea4508e7f5dac (diff) | |
download | linux-f352c7251255effe6c2326190f1378adbd142aa3.tar.xz |
powerpc/wsp: Add PCIe Root support to PowerEN/WSP
Based on a patch by Benjamin Herrenschmidt <benh@kernel.crashing.org>
Modernized and slightly modified to not record erros into the nvram
log since we do not have that device driver just yet.
Jimi Xenidis <jimix@pobox.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/wsp/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/wsp/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/wsp/Kconfig b/arch/powerpc/platforms/wsp/Kconfig index d051581e9ebf..f4fb837873fb 100644 --- a/arch/powerpc/platforms/wsp/Kconfig +++ b/arch/powerpc/platforms/wsp/Kconfig @@ -4,6 +4,9 @@ config PPC_WSP select PPC_SCOM select PPC_XICS select PPC_ICP_NATIVE + select PCI + select PPC_IO_WORKAROUNDS if PCI + select PPC_INDIRECT_PIO if PCI default n menu "WSP platform selection" |