aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.zh@hitachi.com>2007-03-28 11:07:35 -0400
committerPaul Mundt <lethal@hera.kernel.org>2007-05-06 22:11:55 -0400
commitb75762302e144b73f12b72c59b99401d036680aa (patch)
tree92b2ea71d705652bcb3ec9435e86fcf9c06b5757 /arch/sh/Kconfig
parentcd6c7ea234dc8a8607283e056d8010b2bd3c6369 (diff)
sh: SH7780 Solution Engine board support.
This adds support for the SH7780-based Solution Engine reference board. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.zh@hitachi.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 4b6948f41d3f..0b465d622cfc 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -99,6 +99,14 @@ config SH_7751_SOLUTION_ENGINE
99 help 99 help
100 Select 7751 SolutionEngine if configuring for a Hitachi SH7751 100 Select 7751 SolutionEngine if configuring for a Hitachi SH7751
101 evaluation board. 101 evaluation board.
102
103config SH_7780_SOLUTION_ENGINE
104 bool "SolutionEngine7780"
105 select SOLUTION_ENGINE
106 select CPU_SUBTYPE_SH7780
107 help
108 Select 7780 SolutionEngine if configuring for a Renesas SH7780
109 evaluation board.
102 110
103config SH_7300_SOLUTION_ENGINE 111config SH_7300_SOLUTION_ENGINE
104 bool "SolutionEngine7300" 112 bool "SolutionEngine7300"