Skip to content

Commit

Permalink
[PATCH] m68knommu: switch arch config name to CONFIG_M68K
Browse files Browse the repository at this point in the history
Switch to naming the architecture config options for the m68knommu branch
as "M68K", dropping "M68KNOMMU".  The CONFIG_MMU separates the 2 now, and
the m68knommu branch is still strictly speaking an M68K (including the
ColdFire parts).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 26, 2006
1 parent 0b7ac8e commit 36a248f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68knommu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

mainmenu "uClinux/68k (w/o MMU) Kernel Configuration"

config M68KNOMMU
config M68K
bool
default y

Expand Down

0 comments on commit 36a248f

Please sign in to comment.