diff options
author | Peter Griffin <pgriffin@mpc-data.co.uk> | 2008-11-28 08:56:45 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:43:51 -0500 |
commit | 6feb348783767e3f38d7612e6551ee8b580ac4e9 (patch) | |
tree | 6d6aeece24de46fce62bd2bc4ff24e8537501d87 /arch/sh/boards/Kconfig | |
parent | 2825999e8a9bd7ab7e25a7e7475c7cdd10371a13 (diff) |
sh: RSK+ 7201 board support.
This patch adds support for the RTE RSK+ 7201 board.
Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 50467f9d0d0b..2bf3f6c73c12 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -126,6 +126,10 @@ config SH_RTS7751R2D | |||
126 | Select RTS7751R2D if configuring for a Renesas Technology | 126 | Select RTS7751R2D if configuring for a Renesas Technology |
127 | Sales SH-Graphics board. | 127 | Sales SH-Graphics board. |
128 | 128 | ||
129 | config SH_RSK7201 | ||
130 | bool "RSK7201" | ||
131 | depends on CPU_SUBTYPE_SH7201 | ||
132 | |||
129 | config SH_RSK7203 | 133 | config SH_RSK7203 |
130 | bool "RSK7203" | 134 | bool "RSK7203" |
131 | select GENERIC_GPIO | 135 | select GENERIC_GPIO |