aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/44x/Kconfig
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-12-20 23:39:29 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:13:41 -0500
commitc3fc2de0fea2bbd54780226d66ec91d73f35e74a (patch)
tree9d41b598f82324a8100c676a0d5ddc992683d39a /arch/powerpc/platforms/44x/Kconfig
parent6bbc5476298a3dd46a7a19c2af03778b094acb15 (diff)
[POWERPC] 4xx: Wire up PCI on Bamboo board
This adds the device-tree bits & call to ppc4xx_pci_find_bridges() to make PCI work on the Bamboo board 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/44x/Kconfig')
-rw-r--r--arch/powerpc/platforms/44x/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index 1bf042498f6e..f9f65f90c9c2 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -3,6 +3,7 @@ config BAMBOO
3 depends on 44x 3 depends on 44x
4 default n 4 default n
5 select 440EP 5 select 440EP
6 select PCI
6 help 7 help
7 This option enables support for the IBM PPC440EP evaluation board. 8 This option enables support for the IBM PPC440EP evaluation board.
8 9