linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: PPC_CELL_NATIVE should select PCI
@ 2009-04-01  9:42 Geert Uytterhoeven
  2009-04-01  9:54 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 10+ messages in thread
From: Geert Uytterhoeven @ 2009-04-01  9:42 UTC (permalink / raw)
  To: Benjamin Herrenschmidt
  Cc: Linux/PPC Development, Cell Broadband Engine OSS Development

PPC_CELL_NATIVE selects PPC_OF_PLATFORM_PCI, but not the underlying PCI,
causing build failures if PCI is not set.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
---
 arch/powerpc/platforms/cell/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig
index 40e24c3..33f534f 100644
--- a/arch/powerpc/platforms/cell/Kconfig
+++ b/arch/powerpc/platforms/cell/Kconfig
@@ -14,6 +14,7 @@ config PPC_CELL_NATIVE
 	bool
 	select PPC_CELL_COMMON
 	select PPC_OF_PLATFORM_PCI
+	select PCI
 	select MPIC
 	select IBM_NEW_EMAC_EMAC4
 	select IBM_NEW_EMAC_RGMII
-- 
1.6.0.4

With kind regards,

Geert Uytterhoeven
Software Architect

Sony Techsoft Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium

Phone:    +32 (0)2 700 8453
Fax:      +32 (0)2 700 8622
E-mail:   Geert.Uytterhoeven@sonycom.com
Internet: http://www.sony-europe.com/

A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-04-06  7:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01  9:42 [PATCH] powerpc: PPC_CELL_NATIVE should select PCI Geert Uytterhoeven
2009-04-01  9:54 ` Benjamin Herrenschmidt
2009-04-01 10:45   ` Arnd Bergmann
2009-04-01 11:02     ` Benjamin Herrenschmidt
2009-04-01 12:11       ` Arnd Bergmann
2009-04-02  7:34       ` Geert Uytterhoeven
2009-04-02 13:15         ` Arnd Bergmann
2009-04-02 13:58           ` Benjamin Krill
2009-04-06  6:11           ` Paul Mackerras
2009-04-06  7:34             ` [Cbe-oss-dev] " Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).