Skip to content

Commit

Permalink
sh: Kill off dead boards.
Browse files Browse the repository at this point in the history
None of these have been maintained in years, and no one seems to
be interested in doing so, so just get rid of them.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent f118420 commit 5a4053b
Show file tree
Hide file tree
Showing 43 changed files with 4 additions and 2,892 deletions.
43 changes: 4 additions & 39 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -89,32 +89,13 @@ config SH_7751_SYSTEMH
Select SystemH if you are configuring for a Renesas SystemH
7751R evaluation board.

config SH_STB1_HARP
bool "STB1_Harp"

config SH_STB1_OVERDRIVE
bool "STB1_Overdrive"

config SH_HP6XX
bool "HP6XX"
help
Select HP6XX if configuring for a HP jornada HP6xx.
More information (hardware only) at
<http://www.hp.com/jornada/>.

config SH_CQREEK
bool "CqREEK"
help
Select CqREEK if configuring for a CqREEK SH7708 or SH7750.
More information at
<http://sources.redhat.com/ecos/hardware.html#SuperH>.

config SH_DMIDA
bool "DMIDA"
help
Select DMIDA if configuring for a DataMyte 4000 Industrial
Digital Assistant. More information at <http://www.dmida.com/>.

config SH_EC3104
bool "EC3104"
help
Expand All @@ -136,25 +117,9 @@ config SH_DREAMCAST
<http://www.m17n.org/linux-sh/dreamcast/>. There is a
Dreamcast project is at <http://linuxdc.sourceforge.net/>.

config SH_CAT68701
bool "CAT68701"

config SH_BIGSUR
bool "BigSur"

config SH_SH2000
bool "SH2000"
select CPU_SUBTYPE_SH7709
help
SH-2000 is a single-board computer based around SH7709A chip
intended for embedded applications.
It has an Ethernet interface (CS8900A), direct connected
Compact Flash socket, three serial ports and PC-104 bus.
More information at <http://sh2000.sh-linux.org>.

config SH_ADX
bool "ADX"

config SH_MPC1211
bool "Interface MPC1211"
help
Expand Down Expand Up @@ -246,7 +211,7 @@ source "arch/sh/mm/Kconfig"

config CF_ENABLER
bool "Compact Flash Enabler support"
depends on SH_ADX || SH_SOLUTION_ENGINE || SH_UNKNOWN || SH_CAT68701 || SH_SH03
depends on SH_SOLUTION_ENGINE || SH_UNKNOWN || SH_SH03
---help---
Compact Flash is a small, removable mass storage device introduced
in 1994 originally as a PCMCIA device. If you say `Y' here, you
Expand Down Expand Up @@ -274,7 +239,7 @@ config CF_AREA5
- "Area5" if CompactFlash is connected to Area 5 (0x14000000)
- "Area6" if it is connected to Area 6 (0x18000000)

"Area6" will work for most boards. For ADX, select "Area5".
"Area6" will work for most boards.

config CF_AREA6
bool "Area6"
Expand Down Expand Up @@ -418,8 +383,8 @@ source "arch/sh/cchips/Kconfig"

config HEARTBEAT
bool "Heartbeat LED"
depends on SH_MPC1211 || SH_SH03 || SH_CAT68701 || \
SH_STB1_HARP || SH_STB1_OVERDRIVE || SH_BIGSUR || \
depends on SH_MPC1211 || SH_SH03 || \
SH_BIGSUR || \
SH_7751_SOLUTION_ENGINE || SH_7300_SOLUTION_ENGINE || \
SH_73180_SOLUTION_ENGINE || SH_SOLUTION_ENGINE || \
SH_RTS7751R2D || SH_SH4202_MICRODEV || SH_LANDISK
Expand Down
7 changes: 0 additions & 7 deletions arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,11 @@ machdir-$(CONFIG_SH_SOLUTION_ENGINE) := se/770x
machdir-$(CONFIG_SH_7751_SOLUTION_ENGINE) := se/7751
machdir-$(CONFIG_SH_7300_SOLUTION_ENGINE) := se/7300
machdir-$(CONFIG_SH_73180_SOLUTION_ENGINE) := se/73180
machdir-$(CONFIG_SH_STB1_HARP) := harp
machdir-$(CONFIG_SH_STB1_OVERDRIVE) := overdrive
machdir-$(CONFIG_SH_HP6XX) := hp6xx
machdir-$(CONFIG_SH_CQREEK) := cqreek
machdir-$(CONFIG_SH_DMIDA) := dmida
machdir-$(CONFIG_SH_EC3104) := ec3104
machdir-$(CONFIG_SH_SATURN) := saturn
machdir-$(CONFIG_SH_DREAMCAST) := dreamcast
machdir-$(CONFIG_SH_CAT68701) := cat68701
machdir-$(CONFIG_SH_BIGSUR) := bigsur
machdir-$(CONFIG_SH_SH2000) := sh2000
machdir-$(CONFIG_SH_ADX) := adx
machdir-$(CONFIG_SH_MPC1211) := mpc1211
machdir-$(CONFIG_SH_SH03) := sh03
machdir-$(CONFIG_SH_SECUREEDGE5410) := snapgear
Expand Down
6 changes: 0 additions & 6 deletions arch/sh/boards/adx/Makefile

This file was deleted.

31 changes: 0 additions & 31 deletions arch/sh/boards/adx/irq.c

This file was deleted.

106 changes: 0 additions & 106 deletions arch/sh/boards/adx/irq_maskreg.c

This file was deleted.

56 changes: 0 additions & 56 deletions arch/sh/boards/adx/setup.c

This file was deleted.

6 changes: 0 additions & 6 deletions arch/sh/boards/cat68701/Makefile

This file was deleted.

28 changes: 0 additions & 28 deletions arch/sh/boards/cat68701/irq.c

This file was deleted.

Loading

0 comments on commit 5a4053b

Please sign in to comment.