diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-21 04:39:28 (GMT) |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 19:13:22 (GMT) |
commit | 379865d63cb97f8e8241724aae48e795a6b7cb10 (patch) | |
tree | 41f72f2c56363946680b0b1e332135692fe62a36 /arch/powerpc/platforms/40x | |
parent | 619740384cebe2601a8d307654a22d9ed85f2fcb (diff) | |
download | linux-379865d63cb97f8e8241724aae48e795a6b7cb10.tar.xz |
[POWERPC] 4xx: Add PCI to Walnut platform
This wires up the 4xx PCI support & device-tree bits for the
405GP based Walnut platform.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/40x')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index b8f0a6c..84551ab 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig @@ -59,6 +59,7 @@ config WALNUT depends on 40x default y select 405GP + select PCI help This option enables support for the IBM PPC405GP evaluation board. |