diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2008-03-21 02:54:13 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-04-18 12:50:02 -0400 |
commit | 6e862995a07629858bfa16e0991a258de35007f3 (patch) | |
tree | 353fc5ae889e74f41d5032890d9843100f462e01 /arch/sh/Kconfig | |
parent | d391c6217d3214bd8278e1e3517ef57abbc4b317 (diff) |
sh: Add support for Solution Engine SH7721 board
Add support for Solution Engine SH7721 board(MS7721RP01).
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 5b94cacc7d54..df2e2f99b902 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -372,6 +372,14 @@ config SH_7619_SOLUTION_ENGINE | |||
372 | Select 7619 SolutionEngine if configuring for a Hitachi SH7619 | 372 | Select 7619 SolutionEngine if configuring for a Hitachi SH7619 |
373 | evaluation board. | 373 | evaluation board. |
374 | 374 | ||
375 | config SH_7721_SOLUTION_ENGINE | ||
376 | bool "SolutionEngine7721" | ||
377 | select SOLUTION_ENGINE | ||
378 | depends on CPU_SUBTYPE_SH7721 | ||
379 | help | ||
380 | Select 7721 SolutionEngine if configuring for a Hitachi SH7721 | ||
381 | evaluation board. | ||
382 | |||
375 | config SH_7722_SOLUTION_ENGINE | 383 | config SH_7722_SOLUTION_ENGINE |
376 | bool "SolutionEngine7722" | 384 | bool "SolutionEngine7722" |
377 | select SOLUTION_ENGINE | 385 | select SOLUTION_ENGINE |