projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2640c9a
)
m68k: fix recursive dependency in Kconfig
author
Sam Ravnborg
<sam@ravnborg.org>
Fri, 26 Dec 2008 21:41:18 +0000
(22:41 +0100)
committer
Sam Ravnborg
<sam@ravnborg.org>
Fri, 2 Jan 2009 19:43:20 +0000
(20:43 +0100)
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>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
arch/m68k/Kconfig
patch
|
blob
|
history
diff --git
a/arch/m68k/Kconfig
b/arch/m68k/Kconfig
index
836fb66
..
c825bde
100644
(file)
--- 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