diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-02 14:28:07 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-02 14:28:07 +0900 |
commit | 0b532f5773572b0ede2bdf05930c69547b233d89 (patch) | |
tree | c71441a4921461e0b23faf2432a17163c9401652 /arch/sh/tools | |
parent | b5751e2e00cb88b34ac1ebfa9ec4496db4dee098 (diff) | |
download | linux-0b532f5773572b0ede2bdf05930c69547b233d89.tar.gz linux-0b532f5773572b0ede2bdf05930c69547b233d89.tar.bz2 linux-0b532f5773572b0ede2bdf05930c69547b233d89.zip |
sh: mach-type updates.
This adds in the x3proto and magicpanelr2 mach types, plugs in
highlander and rts7751r2d groups, and also hooks up the r2d
subtypes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/tools')
-rw-r--r-- | arch/sh/tools/mach-types | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types index 439bfe3d29af..ff071693325c 100644 --- a/arch/sh/tools/mach-types +++ b/arch/sh/tools/mach-types @@ -1,26 +1,35 @@ # -# List of boards. +# MACH_<xxx> CONFIG_<xxx> # # -# MACH_<xxx> CONFIG_<xxx> +# List of board groups. # SE SH_SOLUTION_ENGINE -7751SE SH_7751_SOLUTION_ENGINE -7722SE SH_7722_SOLUTION_ENGINE -7343SE SH_7343_SOLUTION_ENGINE +HIGHLANDER SH_HIGHLANDER +RTS7751R2D SH_RTS7751R2D + +# +# List of companion chips / MFDs. +# +HD64461 HD64461 +HD64465 HD64465 + +# +# List of boards. +# 7206SE SH_7206_SOLUTION_ENGINE +7343SE SH_7343_SOLUTION_ENGINE 7619SE SH_7619_SOLUTION_ENGINE +7722SE SH_7722_SOLUTION_ENGINE +7751SE SH_7751_SOLUTION_ENGINE 7780SE SH_7780_SOLUTION_ENGINE 7751SYSTEMH SH_7751_SYSTEMH HP6XX SH_HP6XX -HD64461 HD64461 -HD64465 HD64465 DREAMCAST SH_DREAMCAST MPC1211 SH_MPC1211 SNAPGEAR SH_SECUREEDGE5410 HS7751RVOIP SH_HS7751RVOIP -RTS7751R2D SH_RTS7751R2D EDOSK7705 SH_EDOSK7705 SH4202_MICRODEV SH_SH4202_MICRODEV SH03 SH_SH03 @@ -32,3 +41,7 @@ TITAN SH_TITAN SHMIN SH_SHMIN 7710VOIPGW SH_7710VOIPGW LBOXRE2 SH_LBOX_RE2 +X3PROTO SH_X3PROTO +MAGICPANELR2 SH_MAGIC_PANEL_R2 +R2D_PLUS RTS7751R2D_PLUS +R2D_1 RTS7751R2D_1 |