* [PATCH 2.6][1/2] vr41xx: combine TB0225 with TB0229
@ 2005-08-09 15:08 Yoichi Yuasa
2005-08-12 16:52 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2005-08-09 15:08 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yuasa, linux-mips
Hi Ralf,
This patch has combined TB0225 with TB0229 in arch/mips/vr41xx/Kconfig.
Please apply this patch.
Yoichi
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
diff -urN -X dontdiff a-orig/arch/mips/Makefile a/arch/mips/Makefile
--- a-orig/arch/mips/Makefile 2005-07-30 01:10:26.000000000 +0900
+++ a/arch/mips/Makefile 2005-08-09 23:35:48.000000000 +0900
@@ -554,14 +554,9 @@
load-$(CONFIG_CASIO_E55) += 0xffffffff80004000
#
-# TANBAC TB0226 Mbase (VR4131)
+# TANBAC TB0225 VR4131 Multi-chip module/TB0229 VR4131DIMM (VR4131)
#
-load-$(CONFIG_TANBAC_TB0226) += 0xffffffff80000000
-
-#
-# TANBAC TB0229 VR4131DIMM (VR4131)
-#
-load-$(CONFIG_TANBAC_TB0229) += 0xffffffff80000000
+load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000
#
# Common Philips PNX8550
diff -urN -X dontdiff a-orig/arch/mips/vr41xx/Kconfig a/arch/mips/vr41xx/Kconfig
--- a-orig/arch/mips/vr41xx/Kconfig 2005-07-16 04:16:55.000000000 +0900
+++ a/arch/mips/vr41xx/Kconfig 2005-08-09 23:58:10.000000000 +0900
@@ -38,8 +38,8 @@
select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
select SYS_SUPPORTS_LITTLE_ENDIAN
-config TANBAC_TB0226
- bool "Support for TANBAC TB0226 (Mbase)"
+config TANBAC_TB022X
+ bool "Support for TANBAC TB0225 (VR4131 multichip module) and TB0229 (VR4131DIMM)"
depends on MACH_VR41XX
select DMA_NONCOHERENT
select HW_HAS_PCI
@@ -48,22 +48,19 @@
select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
select SYS_SUPPORTS_LITTLE_ENDIAN
help
- The TANBAC TB0226 (Mbase) is a MIPS-based platform manufactured by
- TANBAC. Please refer to <http://www.tanbac.co.jp/> about Mbase.
+ The TANBAC TB0225 (VR4131 multichip module) and TB0229 (VR4131DIMM)
+ are MIPS-based platforms manufactured by TANBAC.
+ Please refer to <http://www.tanbac.co.jp/> about
+ VR4131 Multi-chip module and VR4131DIMM.
-config TANBAC_TB0229
- bool "Support for TANBAC TB0229 (VR4131DIMM)"
- depends on MACH_VR41XX
- select DMA_NONCOHERENT
- select HW_HAS_PCI
- select IRQ_CPU
- select SYS_SUPPORTS_32BIT_KERNEL
- select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
- select SYS_SUPPORTS_LITTLE_ENDIAN
+config TANBAC_TB0226
+ bool "Support for TANBAC TB0226 (Mbase)"
+ depends on TANBAC_TB022X
+ select PCI
+ select PCI_VR41XX
help
- The TANBAC TB0229 (VR4131DIMM) is a MIPS-based platform manufactured
- by TANBAC. Please refer to <http://www.tanbac.co.jp/> about
- VR4131DIMM.
+ The TANBAC TB0226 (Mbase) is a MIPS-based platform manufactured by
+ TANBAC. Please refer to <http://www.tanbac.co.jp/> about Mbase.
config VICTOR_MPC30X
bool "Support for Victor MP-C303/304"
diff -urN -X dontdiff a-orig/drivers/char/Kconfig a/drivers/char/Kconfig
--- a-orig/drivers/char/Kconfig 2005-08-03 19:23:09.000000000 +0900
+++ a/drivers/char/Kconfig 2005-08-09 23:37:29.000000000 +0900
@@ -886,8 +886,14 @@
module will be called sonypi.
config TANBAC_TB0219
- tristate "TANBAC TB0219 base board support"
- depends TANBAC_TB0229
+ tristate "TANBAC TB0219 (VR4131DIMM-EK) Evaluation board support"
+ depends TANBAC_TB022X
+ select PCI
+ select PCI_VR41XX
+ help
+ The TANBAC TB0219 (VR4131DIMM-EK) is a Evaluation board for VR4131DIMM
+ manufactured by TANBAC.
+ Please refer to <http://www.tanbac.co.jp/> about VR4131DIMM-EK.
menu "Ftape, the floppy tape device driver"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6][1/2] vr41xx: combine TB0225 with TB0229
2005-08-09 15:08 [PATCH 2.6][1/2] vr41xx: combine TB0225 with TB0229 Yoichi Yuasa
@ 2005-08-12 16:52 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2005-08-12 16:52 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mips
On Wed, Aug 10, 2005 at 12:08:59AM +0900, Yoichi Yuasa wrote:
> This patch has combined TB0225 with TB0229 in arch/mips/vr41xx/Kconfig.
> Please apply this patch.
Applied,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-08-12 16:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-09 15:08 [PATCH 2.6][1/2] vr41xx: combine TB0225 with TB0229 Yoichi Yuasa
2005-08-12 16:52 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox