Skip to content

Commit

Permalink
m68knommu: allow for configuration of true 68000 based systems
Browse files Browse the repository at this point in the history
Allow the M68000 option to be user configurable, for systems based on
the original stand alone 68000 CPU.

Signed-off-by: Luis Alves <[email protected]>
Signed-off-by: Greg Ungerer <[email protected]>
  • Loading branch information
ljalves authored and gregungerer committed Dec 5, 2012
1 parent 99e0837 commit 4674e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4674e8d

Please sign in to comment.