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.machine | |
parent | ca6fafd183d6d687a7957e5328ecefc785f22a5a (diff) |
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.machine')
-rw-r--r-- | arch/m68k/Kconfig.machine | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 61dc643c0b05..2a5c7abb2896 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -187,12 +187,6 @@ config MEMORY_RESERVE help Reserve certain memory regions on 68x328 based boards. -config UCQUICC - bool "Lineo uCquicc board support" - depends on M68360 - help - Support for the Lineo uCquicc board. - config ARN5206 bool "Arnewsh 5206 board support" depends on M5206 |