diff options
author | Peter Griffin <pgriffin@mpc-data.co.uk> | 2008-11-28 14:56:45 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 10:43:51 +0100 |
commit | 6feb348783767e3f38d7612e6551ee8b580ac4e9 (patch) | |
tree | 6d6aeece24de46fce62bd2bc4ff24e8537501d87 /arch/sh/boards/Kconfig | |
parent | sh: Add support for SH7201 CPU subtype. (diff) | |
download | linux-6feb348783767e3f38d7612e6551ee8b580ac4e9.tar.xz linux-6feb348783767e3f38d7612e6551ee8b580ac4e9.zip |
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 Select RTS7751R2D if configuring for a Renesas Technology Sales SH-Graphics board. +config SH_RSK7201 + bool "RSK7201" + depends on CPU_SUBTYPE_SH7201 + config SH_RSK7203 bool "RSK7203" select GENERIC_GPIO |