diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-19 12:08:33 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-20 01:13:16 (GMT) |
commit | 4138b74066cc33ede31bfd6cb2b7a5e685cfd327 (patch) | |
tree | 6f415efe130af0f7af038ffa643ca2f1185ed41d /arch/sh/boards/Kconfig | |
parent | 24d76195d124986b7702821b8b6cc85942b13146 (diff) | |
download | linux-4138b74066cc33ede31bfd6cb2b7a5e685cfd327.tar.xz |
sh: Add EcoVec (SH7724) board support
This adds preliminary support for the EcoVec board.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index db04c85..b66f6d1 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -200,6 +200,13 @@ config SH_KFR2R09 help "Kit For R2R for 2009" support. +config SH_ECOVEC + bool "EcoVec" + depends on CPU_SUBTYPE_SH7724 + select ARCH_REQUIRE_GPIOLIB + help + Renesas "R0P7724LC0011/21RL (EcoVec)" support. + config SH_SH7763RDP bool "SH7763RDP" depends on CPU_SUBTYPE_SH7763 |