projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7ac8e
)
[PATCH] m68knommu: switch arch config name to CONFIG_M68K
author
Greg Ungerer
<gerg@snapgear.com>
Mon, 26 Jun 2006 00:33:10 +0000
(10:33 +1000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 26 Jun 2006 00:43:33 +0000
(17:43 -0700)
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>
arch/m68knommu/Kconfig
patch
|
blob
|
history
diff --git
a/arch/m68knommu/Kconfig
b/arch/m68knommu/Kconfig
index 3cde6822ead172b122bc66543a784ea4396cacf4..d3dcdc9609ee0a7b60616dde11db88403b9b833f 100644
(file)
--- a/
arch/m68knommu/Kconfig
+++ b/
arch/m68knommu/Kconfig
@@
-5,7
+5,7
@@
mainmenu "uClinux/68k (w/o MMU) Kernel Configuration"
-config M68K
NOMMU
+config M68K
bool
default y