diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 10:31:25 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-13 10:31:25 +0100 |
commit | 704bf317fd21683e5c71a542f5fb5f65271a1582 (patch) | |
tree | 89100d98df5c311a44139361974e25f9070d3f4f /arch/sh/boards/Kconfig | |
parent | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... (diff) | |
download | linux-704bf317fd21683e5c71a542f5fb5f65271a1582.tar.xz linux-704bf317fd21683e5c71a542f5fb5f65271a1582.zip |
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/Kconfig')
-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 2018c7ea4c93..3bac817e025e 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 |