diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-09-09 16:01:49 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:30 -0400 |
commit | 4d666d7ada2e14d71d463c85b8b5ef2e2e6723f2 (patch) | |
tree | d4ecf7619856130377806e84c4233aa25f1ce5ab /arch/mips/Kconfig | |
parent | 95409aaca734700e8dcba9db685b8600b67ba05d (diff) |
[PATCH] mips: add TANBAC TB0287 support
Add TANBAC TB0287 support.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8d76eb1ff291..0eb71ac303af 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -154,6 +154,13 @@ config TANBAC_TB0226 | |||
154 | The TANBAC Mbase(TB0226) is a MIPS-based platform manufactured by TANBAC. | 154 | The TANBAC Mbase(TB0226) is a MIPS-based platform manufactured by TANBAC. |
155 | Please refer to <http://www.tanbac.co.jp/> about Mbase. | 155 | Please refer to <http://www.tanbac.co.jp/> about Mbase. |
156 | 156 | ||
157 | config TANBAC_TB0287 | ||
158 | bool "Support for TANBAC Mini-ITX DIMM base(TB0287)" | ||
159 | depends on TANBAC_TB022X | ||
160 | help | ||
161 | The TANBAC Mini-ITX DIMM base(TB0287) is a MIPS-based platform manufactured by TANBAC. | ||
162 | Please refer to <http://www.tanbac.co.jp/> about Mini-ITX DIMM base. | ||
163 | |||
157 | config VICTOR_MPC30X | 164 | config VICTOR_MPC30X |
158 | bool "Support for Victor MP-C303/304" | 165 | bool "Support for Victor MP-C303/304" |
159 | depends on MACH_VR41XX | 166 | depends on MACH_VR41XX |