diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-19 08:08:33 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-19 21:13:16 -0400 |
commit | 4138b74066cc33ede31bfd6cb2b7a5e685cfd327 (patch) | |
tree | 6f415efe130af0f7af038ffa643ca2f1185ed41d /arch/sh/boards/Kconfig | |
parent | 24d76195d124986b7702821b8b6cc85942b13146 (diff) |
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 db04c85971ad..b66f6d16523e 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -200,6 +200,13 @@ config SH_KFR2R09 | |||
200 | help | 200 | help |
201 | "Kit For R2R for 2009" support. | 201 | "Kit For R2R for 2009" support. |
202 | 202 | ||
203 | config SH_ECOVEC | ||
204 | bool "EcoVec" | ||
205 | depends on CPU_SUBTYPE_SH7724 | ||
206 | select ARCH_REQUIRE_GPIOLIB | ||
207 | help | ||
208 | Renesas "R0P7724LC0011/21RL (EcoVec)" support. | ||
209 | |||
203 | config SH_SH7763RDP | 210 | config SH_SH7763RDP |
204 | bool "SH7763RDP" | 211 | bool "SH7763RDP" |
205 | depends on CPU_SUBTYPE_SH7763 | 212 | depends on CPU_SUBTYPE_SH7763 |