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/Kconfig | |
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/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index b1063f46e6a2..2aad2ff39a2f 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -274,14 +274,6 @@ config SH_7343_SOLUTION_ENGINE | |||
274 | Select 7343 SolutionEngine if configuring for a Hitachi | 274 | Select 7343 SolutionEngine if configuring for a Hitachi |
275 | SH7343 (SH-Mobile 3AS) evaluation board. | 275 | SH7343 (SH-Mobile 3AS) evaluation board. |
276 | 276 | ||
277 | config SH_73180_SOLUTION_ENGINE | ||
278 | bool "SolutionEngine73180" | ||
279 | select SOLUTION_ENGINE | ||
280 | depends on CPU_SUBTYPE_SH73180 | ||
281 | help | ||
282 | Select 73180 SolutionEngine if configuring for a Hitachi | ||
283 | SH73180(SH-Mobile 3) evaluation board. | ||
284 | |||
285 | config SH_7751_SYSTEMH | 277 | config SH_7751_SYSTEMH |
286 | bool "SystemH7751R" | 278 | bool "SystemH7751R" |
287 | depends on CPU_SUBTYPE_SH7751R | 279 | depends on CPU_SUBTYPE_SH7751R |
@@ -445,7 +437,7 @@ config SH_TIMER_IRQ | |||
445 | 437 | ||
446 | config SH_PCLK_FREQ | 438 | config SH_PCLK_FREQ |
447 | int "Peripheral clock frequency (in Hz)" | 439 | int "Peripheral clock frequency (in Hz)" |
448 | default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343 | 440 | default "27000000" if CPU_SUBTYPE_SH7343 |
449 | default "31250000" if CPU_SUBTYPE_SH7619 | 441 | default "31250000" if CPU_SUBTYPE_SH7619 |
450 | default "32000000" if CPU_SUBTYPE_SH7722 | 442 | default "32000000" if CPU_SUBTYPE_SH7722 |
451 | default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \ | 443 | default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \ |