diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-24 21:49:21 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-24 21:49:21 -0400 |
commit | 870e8a24380cf1854dc1bb5fa5abebb44d82674b (patch) | |
tree | 67f5e33c93eefb862eb2be092044ca5b12c59193 /arch/sh/mm | |
parent | 347b9bdddbc38cfd46c27b3345e7facf651ecb92 (diff) |
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')
-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 | |||
202 | 202 | ||
203 | # SH4AL-DSP Processor Support | 203 | # SH4AL-DSP Processor Support |
204 | 204 | ||
205 | config CPU_SUBTYPE_SH73180 | ||
206 | bool "Support SH73180 processor" | ||
207 | select CPU_SH4AL_DSP | ||
208 | |||
209 | config CPU_SUBTYPE_SH7343 | 205 | config CPU_SUBTYPE_SH7343 |
210 | bool "Support SH7343 processor" | 206 | bool "Support SH7343 processor" |
211 | select CPU_SH4AL_DSP | 207 | select CPU_SH4AL_DSP |