From: Greg Ungerer Date: Mon, 26 Jun 2006 00:33:10 +0000 (+1000) Subject: [PATCH] m68knommu: switch arch config name to CONFIG_M68K X-Git-Tag: v2.6.18-rc1~853 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=36a248fadf96cd78c6b344442046db5b85cf9a70;p=~shefty%2Frdma-dev.git [PATCH] m68knommu: switch arch config name to CONFIG_M68K 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 Signed-off-by: Linus Torvalds --- diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 3cde6822ead..d3dcdc9609e 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig @@ -5,7 +5,7 @@ mainmenu "uClinux/68k (w/o MMU) Kernel Configuration" -config M68KNOMMU +config M68K bool default y