diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2007-12-20 23:39:28 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:13:22 -0500 |
commit | 379865d63cb97f8e8241724aae48e795a6b7cb10 (patch) | |
tree | 41f72f2c56363946680b0b1e332135692fe62a36 /arch/powerpc/platforms/40x | |
parent | 619740384cebe2601a8d307654a22d9ed85f2fcb (diff) |
[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 b8f0a6c16486..84551ab979f0 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -59,6 +59,7 @@ config WALNUT | |||
59 | depends on 40x | 59 | depends on 40x |
60 | default y | 60 | default y |
61 | select 405GP | 61 | select 405GP |
62 | select PCI | ||
62 | help | 63 | help |
63 | This option enables support for the IBM PPC405GP evaluation board. | 64 | This option enables support for the IBM PPC405GP evaluation board. |
64 | 65 | ||