All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies
@ 2006-11-22  4:17 ` Adrian Bunk
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread
* [2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies
@ 2006-12-01 11:54 ` Adrian Bunk
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.