diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2012-05-10 04:26:53 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-10 04:20:01 -0400 |
commit | b6397435ec676271bd7fa1de9e62633718a754c1 (patch) | |
tree | 85eda93d621e4b2edf2b79891c43fe94e3b3af99 /arch/sh/boards/Kconfig | |
parent | 0b25b7c8cba83fa8c02fbf38eb905996f2455dd0 (diff) |
sh: Add RSK2+SH7269 board
The RSK2+SH7269 board uses the SH7269 processor. It is often
referred to as just rsk7269. NOR Flash, SDRAM, serial, USB Host and
ethernet are working.
Signed-off-by: Phil Edworthy <phil.edworthy@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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index ee92f429ca27..7ee04984b8f2 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -133,7 +133,8 @@ config SH_RTS7751R2D | |||
133 | 133 | ||
134 | config SH_RSK | 134 | config SH_RSK |
135 | bool "Renesas Starter Kit" | 135 | bool "Renesas Starter Kit" |
136 | depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7264 | 136 | depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || \ |
137 | CPU_SUBTYPE_SH7264 || CPU_SUBTYPE_SH7269 | ||
137 | help | 138 | help |
138 | Select this option if configuring for any of the RSK+ MCU | 139 | Select this option if configuring for any of the RSK+ MCU |
139 | evaluation platforms. | 140 | evaluation platforms. |