diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-25 10:49:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-25 10:49:21 +0900 |
commit | 870e8a24380cf1854dc1bb5fa5abebb44d82674b (patch) | |
tree | 67f5e33c93eefb862eb2be092044ca5b12c59193 /arch/sh/mm/Kconfig | |
parent | 347b9bdddbc38cfd46c27b3345e7facf651ecb92 (diff) | |
download | blackbird-obmc-linux-870e8a24380cf1854dc1bb5fa5abebb44d82674b.tar.gz blackbird-obmc-linux-870e8a24380cf1854dc1bb5fa5abebb44d82674b.zip |
sh: remove support for sh73180 and solution engine 73180
This patch removes old dead code:
- kill off sh73180 cpu support
- get rid of broken solution engine 73180 board support
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r-- | arch/sh/mm/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig index 0fc1e8ea779e..03f7b988d5dd 100644 --- a/arch/sh/mm/Kconfig +++ b/arch/sh/mm/Kconfig @@ -202,10 +202,6 @@ config CPU_SUBTYPE_SHX3 # SH4AL-DSP Processor Support -config CPU_SUBTYPE_SH73180 - bool "Support SH73180 processor" - select CPU_SH4AL_DSP - config CPU_SUBTYPE_SH7343 bool "Support SH7343 processor" select CPU_SH4AL_DSP |