public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* [PATCH] m68k: fix recursive dependency in Kconfig
@ 2008-12-26 21:46 Sam Ravnborg
  2008-12-28 19:12 ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Sam Ravnborg @ 2008-12-26 21:46 UTC (permalink / raw)
  To: Geert Uytterhoeven, Roman Zippel, linux-m68k

We had a recursive dependency between MMU_MOTOROLA and MMU_SUN3
Fix it by dropping the unused dependencies on MMU_MOTOROLA.

MMU_MOTOROLA is set to y only using select so any dependencies
are anyway ignored.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
---

I hit this recursive dependency with a patched version
of kconfig so you may not see it today.
The fix is obvious - please apply.

	Sam


 arch/m68k/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 836fb66..c825bde 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -280,7 +280,6 @@ config M68060
 
 config MMU_MOTOROLA
 	bool
-	depends on MMU && !MMU_SUN3
 
 config MMU_SUN3
 	bool
-- 
1.6.0.2.GIT


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

end of thread, other threads:[~2008-12-29 14:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-26 21:46 [PATCH] m68k: fix recursive dependency in Kconfig Sam Ravnborg
2008-12-28 19:12 ` Geert Uytterhoeven
2008-12-28 19:42   ` Sam Ravnborg
2008-12-29 10:18     ` Geert Uytterhoeven
2008-12-29 14:02       ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox