Skip to content

Commit

Permalink
sh: remove the broken SH_MPC1211 support
Browse files Browse the repository at this point in the history
SH_MPC1211 has been marked as BROKEN for some time.

Unless someone is working on reviving it now, I'd therefore suggest this
patch to remove it.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Adrian Bunk authored and Paul Mundt committed May 8, 2008
1 parent 2a6b814 commit f5f826c
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 1,547 deletions.
13 changes: 2 additions & 11 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -448,14 +448,6 @@ config SH_DREAMCAST
Select Dreamcast if configuring for a SEGA Dreamcast.
More information at <http://www.linux-sh.org>

config SH_MPC1211
bool "Interface MPC1211"
depends on CPU_SUBTYPE_SH7751 && BROKEN
help
CTP/PCI-SH02 is a CPU module computer that is produced
by Interface Corporation.
More information at <http://www.interface.co.jp>

config SH_SH03
bool "Interface CTP/PCI-SH03"
depends on CPU_SUBTYPE_SH7751
Expand Down Expand Up @@ -657,8 +649,7 @@ source "arch/sh/drivers/Kconfig"
endmenu

config ISA_DMA_API
def_bool y
depends on SH_MPC1211
bool

menu "Kernel features"

Expand Down Expand Up @@ -763,7 +754,7 @@ menu "Boot options"

config ZERO_PAGE_OFFSET
hex "Zero page offset"
default "0x00004000" if SH_MPC1211 || SH_SH03
default "0x00004000" if SH_SH03
default "0x00010000" if PAGE_SIZE_64KB
default "0x00002000" if PAGE_SIZE_8KB
default "0x00001000"
Expand Down
1 change: 0 additions & 1 deletion arch/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ machdir-$(CONFIG_SH_7343_SOLUTION_ENGINE) += se/7343
machdir-$(CONFIG_SH_7721_SOLUTION_ENGINE) += se/7721
machdir-$(CONFIG_SH_HP6XX) += hp6xx
machdir-$(CONFIG_SH_DREAMCAST) += dreamcast
machdir-$(CONFIG_SH_MPC1211) += mpc1211
machdir-$(CONFIG_SH_SH03) += sh03
machdir-$(CONFIG_SH_SECUREEDGE5410) += snapgear
machdir-$(CONFIG_SH_RTS7751R2D) += renesas/rts7751r2d
Expand Down
8 changes: 0 additions & 8 deletions arch/sh/boards/mpc1211/Makefile

This file was deleted.

295 changes: 0 additions & 295 deletions arch/sh/boards/mpc1211/pci.c

This file was deleted.

Loading

0 comments on commit f5f826c

Please sign in to comment.