Skip to content

Commit

Permalink
m68k: fix recursive dependency in Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sam Ravnborg committed Jan 2, 2009
1 parent 2640c9a commit cfb2a49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ config M68060

config MMU_MOTOROLA
bool
depends on MMU && !MMU_SUN3

config MMU_SUN3
bool
Expand Down

0 comments on commit cfb2a49

Please sign in to comment.