diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-05-26 03:04:52 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-26 04:01:47 -0400 |
commit | 287c129716c2d4b75f3d8dd6e68732a3cd326ee6 (patch) | |
tree | 7995748ad7913906222d1b96cf5792be23b314a7 /arch/sh/boards/Kconfig | |
parent | 3709ab8dfa23cab553ea9ffea3372c8e0a28f332 (diff) |
sh: Add ms7724se (SH7724) board support
This adds preliminary support for the ms7724se solution engine board.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 |