浏览代码

m68knommu: allow for configuration of true 68000 based systems

Allow the M68000 option to be user configurable, for systems based on
the original stand alone 68000 CPU.

Signed-off-by: Luis Alves <ljalvs@gmail.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Luis Alves 12 年之前
父节点
当前提交
4674e8d385
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/m68k/Kconfig.cpu

+ 1 - 1
arch/m68k/Kconfig.cpu

@@ -35,7 +35,7 @@ endchoice
 if M68KCLASSIC
 if M68KCLASSIC
 
 
 config M68000
 config M68000
-	bool
+	bool "MC68000"
 	select CPU_HAS_NO_BITFIELDS
 	select CPU_HAS_NO_BITFIELDS
 	select CPU_HAS_NO_MULDIV64
 	select CPU_HAS_NO_MULDIV64
 	select CPU_HAS_NO_UNALIGNED
 	select CPU_HAS_NO_UNALIGNED