aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/Kconfig
diff options
context:
space:
mode:
authorHitoshi Mitake <mitake@dcl.info.waseda.ac.jp>2010-06-21 02:10:51 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-06-21 02:10:51 -0400
commit3a598264436e94c410c413088a7873fcad33616c (patch)
treec02cc3a99fa5d114c869c64afed92f98584139d2 /arch/sh/boards/Kconfig
parentdcac0d982777e75e022390d80019f7aeb2ec91f9 (diff)
sh: SH-2007 board support.
This patch series adds support for ITO Co., Ltd.'s SH-2007 reference platform (A PC-104 based SH7780 platform). This is a direct port of the out-of-tree board support from the vendor's kernel, originally located at: http://ms-n.org/sh-linux/kernel/ More information on the board and the vendor can be obtained from the vendor's site at: http://www.itonet.co.jp/ Presently supported peripherals are CF and ethernet, with support for the on-board IDE still pending further testing. Reviewed-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Reviewed-by: Magnus Damm <magnus.damm@gmail.com> Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r--arch/sh/boards/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig
index 07b35ca2f644..65abfd41bd79 100644
--- a/arch/sh/boards/Kconfig
+++ b/arch/sh/boards/Kconfig
@@ -309,6 +309,17 @@ config SH_POLARIS
309 help 309 help
310 Select if configuring for an SMSC Polaris development board 310 Select if configuring for an SMSC Polaris development board
311 311
312config SH_SH2007
313 bool "SH-2007 board"
314 select NO_IOPORT
315 depends on CPU_SUBTYPE_SH7780
316 help
317 SH-2007 is a single-board computer based around SH7780 chip
318 intended for embedded applications.
319 It has an Ethernet interface (SMC9118), direct connected
320 Compact Flash socket, two serial ports and PC-104 bus.
321 More information at <http://sh2000.sh-linux.org>.
322
312endmenu 323endmenu
313 324
314source "arch/sh/boards/mach-r2d/Kconfig" 325source "arch/sh/boards/mach-r2d/Kconfig"