diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 18:31:25 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 18:31:25 +0900 |
commit | 704bf317fd21683e5c71a542f5fb5f65271a1582 (patch) | |
tree | 89100d98df5c311a44139361974e25f9070d3f4f /arch/sh/boards | |
parent | f878133bf022717b880d0e0995b8f91436fd605c (diff) |
sh: Add a new mach type for alpha project boards.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig index 2018c7ea4c9..3bac817e025 100644 --- a/arch/sh/boards/Kconfig +++ b/arch/sh/boards/Kconfig @@ -3,6 +3,9 @@ menu "Board support" config SOLUTION_ENGINE bool +config SH_ALPHA_BOARD + bool + config SH_SOLUTION_ENGINE bool "SolutionEngine" select SOLUTION_ENGINE |