diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2008-03-21 15:54:13 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-04-18 09:50:02 -0700 |
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 5b94cacc7d5..df2e2f99b90 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -372,6 +372,14 @@ config SH_7619_SOLUTION_ENGINE Select 7619 SolutionEngine if configuring for a Hitachi SH7619 evaluation board. +config SH_7721_SOLUTION_ENGINE + bool "SolutionEngine7721" + select SOLUTION_ENGINE + depends on CPU_SUBTYPE_SH7721 + help + Select 7721 SolutionEngine if configuring for a Hitachi SH7721 + evaluation board. + config SH_7722_SOLUTION_ENGINE bool "SolutionEngine7722" select SOLUTION_ENGINE |