diff options
author | Luis Alves <ljalvs@gmail.com> | 2012-10-24 00:45:23 +0100 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-12-05 10:49:50 +1000 |
commit | 4674e8d385c34498a329fc31b41f449dc419014d (patch) | |
tree | 3c74287914d9a5c61e49e6c0269f12e7bff5131d /arch/m68k/Kconfig.cpu | |
parent | 99e083747df366eb4689a550c4344bae63082de8 (diff) |
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>
Diffstat (limited to 'arch/m68k/Kconfig.cpu')
-rw-r--r-- | arch/m68k/Kconfig.cpu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index c4eb79edecec..aad3b0bad7de 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu @@ -35,7 +35,7 @@ endchoice if M68KCLASSIC config M68000 - bool + bool "MC68000" select CPU_HAS_NO_BITFIELDS select CPU_HAS_NO_MULDIV64 select CPU_HAS_NO_UNALIGNED |