diff options
author | Greg Ungerer <gerg@uclinux.org> | 2016-02-25 22:59:13 +1000 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2016-03-07 10:07:17 +1000 |
commit | a3595962d82495f51a80feb19dcdb135556a9527 (patch) | |
tree | 422367364254b4457bf8ac3fed1097eb6f2139f1 /arch/m68k/Kconfig.cpu | |
parent | ca6fafd183d6d687a7957e5328ecefc785f22a5a (diff) | |
download | talos-obmc-linux-a3595962d82495f51a80feb19dcdb135556a9527.tar.gz talos-obmc-linux-a3595962d82495f51a80feb19dcdb135556a9527.zip |
m68knommu: remove obsolete 68360 support
Remove the obsolete Motorola/Freescale 68360 SoC support. It has been
bit rotting for many years with little active use in mainlne. There has
been no serial driver support for many years, so it is largely not
useful in its current state.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig.cpu')
-rw-r--r-- | arch/m68k/Kconfig.cpu | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index c496d48a8c8d..0dfcf1281e9c 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu @@ -114,13 +114,6 @@ config M68VZ328 help Motorola 68VZ328 processor support. -config M68360 - bool "MC68360" - depends on !MMU - select MCPU32 - help - Motorola 68360 processor support. - endif # M68KCLASSIC if COLDFIRE |