diff options
Diffstat (limited to 'arch/sh/boards/Kconfig')
-rw-r--r-- | arch/sh/boards/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 99e2d47f79f5..1c91b1f565d5 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig | |||
@@ -46,6 +46,15 @@ config SH_7722_SOLUTION_ENGINE | |||
46 | Select 7722 SolutionEngine if configuring for a Hitachi SH772 | 46 | Select 7722 SolutionEngine if configuring for a Hitachi SH772 |
47 | evaluation board. | 47 | evaluation board. |
48 | 48 | ||
49 | config SH_7724_SOLUTION_ENGINE | ||
50 | bool "SolutionEngine7724" | ||
51 | select SOLUTION_ENGINE | ||
52 | depends on CPU_SUBTYPE_SH7724 | ||
53 | select ARCH_REQUIRE_GPIOLIB | ||
54 | help | ||
55 | Select 7724 SolutionEngine if configuring for a Hitachi SH7724 | ||
56 | evaluation board. | ||
57 | |||
49 | config SH_7751_SOLUTION_ENGINE | 58 | config SH_7751_SOLUTION_ENGINE |
50 | bool "SolutionEngine7751" | 59 | bool "SolutionEngine7751" |
51 | select SOLUTION_ENGINE | 60 | select SOLUTION_ENGINE |