linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies
@ 2006-12-01 11:54 Adrian Bunk
  2006-12-04  3:06 ` Paul Mackerras
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2006-12-01 11:54 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Paul Mackerras, linux-kernel, linuxppc-dev

This patch changes the EMBEDDED6xx dependencies to the equivalent 
dependency that seems to have been intended.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 22 Nov 2006

--- linux-2.6.19-rc5-mm2/arch/powerpc/Kconfig.old	2006-11-22 02:24:21.000000000 +0100
+++ linux-2.6.19-rc5-mm2/arch/powerpc/Kconfig	2006-11-22 02:24:34.000000000 +0100
@@ -369,7 +369,7 @@ config PPC_MULTIPLATFORM
 
 config EMBEDDED6xx
 	bool "Embedded 6xx/7xx/7xxx-based board"
-	depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
+	depends on PPC32 && BROKEN_ON_SMP
 
 config APUS
 	bool "Amiga-APUS"

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies
@ 2006-11-22  4:17 Adrian Bunk
  0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2006-11-22  4:17 UTC (permalink / raw)
  To: Roy Zang; +Cc: linuxppc-dev, Paul Mackerras, linux-kernel

This patch changes the EMBEDDED6xx dependencies to the equivalent 
dependency that seems to have been intended.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.19-rc5-mm2/arch/powerpc/Kconfig.old	2006-11-22 02:24:21.000000000 +0100
+++ linux-2.6.19-rc5-mm2/arch/powerpc/Kconfig	2006-11-22 02:24:34.000000000 +0100
@@ -369,7 +369,7 @@ config PPC_MULTIPLATFORM
 
 config EMBEDDED6xx
 	bool "Embedded 6xx/7xx/7xxx-based board"
-	depends on PPC32 && (BROKEN||BROKEN_ON_SMP)
+	depends on PPC32 && BROKEN_ON_SMP
 
 config APUS
 	bool "Amiga-APUS"

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

end of thread, other threads:[~2007-07-29 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-01 11:54 [2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies Adrian Bunk
2006-12-04  3:06 ` Paul Mackerras
2007-07-28 15:27   ` Adrian Bunk
2007-07-29 19:31     ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2006-11-22  4:17 Adrian Bunk

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).