diff options
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 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 | |||
103 | config 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 | ||
103 | config SH_7300_SOLUTION_ENGINE | 111 | config SH_7300_SOLUTION_ENGINE |
104 | bool "SolutionEngine7300" | 112 | bool "SolutionEngine7300" |