diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-09-03 18:56:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:04 -0400 |
commit | 63b799f9ded82444212afdcf61379a247d544909 (patch) | |
tree | 11ecaac941b06cd0b97b82feeea1d3f739320de6 /arch/mips | |
parent | dc4ec916f6ea0c2818e9b81c4e9b33231f5f70e4 (diff) |
[PATCH] mips: add TANBAC VR4131 multichip module
This patch has added TANBAC VR4131 multichip module in arch/mips/Kconfig
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')
-rw-r--r-- | arch/mips/Kconfig | 30 | ||||
-rw-r--r-- | arch/mips/Makefile | 9 |
2 files changed, 19 insertions, 20 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8398efdee2fa..0b0d48437129 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -102,25 +102,29 @@ config IBM_WORKPAD | |||
102 | select IRQ_CPU | 102 | select IRQ_CPU |
103 | select ISA | 103 | select ISA |
104 | 104 | ||
105 | config TANBAC_TB0226 | 105 | config TANBAC_TB022X |
106 | bool "Support for TANBAC TB0226 (Mbase)" | 106 | bool "Support for TANBAC VR4131 multichip module and TANBAC VR4131DIMM" |
107 | depends on MACH_VR41XX | 107 | depends on MACH_VR41XX |
108 | select CPU_LITTLE_ENDIAN | ||
108 | select DMA_NONCOHERENT | 109 | select DMA_NONCOHERENT |
109 | select HW_HAS_PCI | ||
110 | select IRQ_CPU | 110 | select IRQ_CPU |
111 | select HW_HAS_PCI | ||
111 | help | 112 | help |
112 | The TANBAC TB0226 (Mbase) is a MIPS-based platform manufactured by TANBAC. | 113 | The TANBAC VR4131 multichip module(TB0225) and |
113 | Please refer to <http://www.tanbac.co.jp/> about Mbase. | 114 | the TANBAC VR4131DIMM(TB0229) are MIPS-based platforms |
115 | manufactured by TANBAC. | ||
116 | Please refer to <http://www.tanbac.co.jp/> | ||
117 | about VR4131 multichip module and VR4131DIMM. | ||
114 | 118 | ||
115 | config TANBAC_TB0229 | 119 | config TANBAC_TB0226 |
116 | bool "Support for TANBAC TB0229 (VR4131DIMM)" | 120 | bool "Support for TANBAC Mbase(TB0226)" |
117 | depends on MACH_VR41XX | 121 | depends on TANBAC_TB022X |
118 | select DMA_NONCOHERENT | 122 | select PCI |
119 | select HW_HAS_PCI | 123 | select PCI_VR41XX |
120 | select IRQ_CPU | 124 | select GPIO_VR41XX |
121 | help | 125 | help |
122 | The TANBAC TB0229 (VR4131DIMM) is a MIPS-based platform manufactured by TANBAC. | 126 | The TANBAC Mbase(TB0226) is a MIPS-based platform manufactured by TANBAC. |
123 | Please refer to <http://www.tanbac.co.jp/> about VR4131DIMM. | 127 | Please refer to <http://www.tanbac.co.jp/> about Mbase. |
124 | 128 | ||
125 | config VICTOR_MPC30X | 129 | config VICTOR_MPC30X |
126 | bool "Support for Victor MP-C303/304" | 130 | bool "Support for Victor MP-C303/304" |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index c8b16e668c17..7d1d7c91b857 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -509,14 +509,9 @@ core-$(CONFIG_CASIO_E55) += arch/mips/vr41xx/casio-e55/ | |||
509 | load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 | 509 | load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 |
510 | 510 | ||
511 | # | 511 | # |
512 | # TANBAC TB0226 Mbase (VR4131) | 512 | # TANBAC VR4131 multichip module(TB0225) and TANBAC VR4131DIMM(TB0229) (VR4131) |
513 | # | 513 | # |
514 | load-$(CONFIG_TANBAC_TB0226) += 0xffffffff80000000 | 514 | load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 |
515 | |||
516 | # | ||
517 | # TANBAC TB0229 VR4131DIMM (VR4131) | ||
518 | # | ||
519 | load-$(CONFIG_TANBAC_TB0229) += 0xffffffff80000000 | ||
520 | 515 | ||
521 | # | 516 | # |
522 | # SGI IP22 (Indy/Indigo2) | 517 | # SGI IP22 (Indy/Indigo2) |