Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6951
b: refs/heads/master
c: 63b799f
h: refs/heads/master
i:
  6949: cdae72f
  6947: 16a4269
  6943: 09f17c9
v: v3
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Sep 5, 2005
1 parent 8cec99d commit be46f58
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc4ec916f6ea0c2818e9b81c4e9b33231f5f70e4
refs/heads/master: 63b799f9ded82444212afdcf61379a247d544909
30 changes: 17 additions & 13 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -102,25 +102,29 @@ config IBM_WORKPAD
select IRQ_CPU
select ISA

config TANBAC_TB0226
bool "Support for TANBAC TB0226 (Mbase)"
config TANBAC_TB022X
bool "Support for TANBAC VR4131 multichip module and TANBAC VR4131DIMM"
depends on MACH_VR41XX
select CPU_LITTLE_ENDIAN
select DMA_NONCOHERENT
select HW_HAS_PCI
select IRQ_CPU
select HW_HAS_PCI
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 VR4131 multichip module(TB0225) and
the TANBAC VR4131DIMM(TB0229) are MIPS-based platforms
manufactured by TANBAC.
Please refer to <http://www.tanbac.co.jp/>
about VR4131 multichip 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
config TANBAC_TB0226
bool "Support for TANBAC Mbase(TB0226)"
depends on TANBAC_TB022X
select PCI
select PCI_VR41XX
select GPIO_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 Mbase(TB0226) 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"
Expand Down
9 changes: 2 additions & 7 deletions trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -509,14 +509,9 @@ core-$(CONFIG_CASIO_E55) += arch/mips/vr41xx/casio-e55/
load-$(CONFIG_CASIO_E55) += 0xffffffff80004000

#
# TANBAC TB0226 Mbase (VR4131)
# TANBAC VR4131 multichip module(TB0225) and TANBAC VR4131DIMM(TB0229) (VR4131)
#
load-$(CONFIG_TANBAC_TB0226) += 0xffffffff80000000

#
# TANBAC TB0229 VR4131DIMM (VR4131)
#
load-$(CONFIG_TANBAC_TB0229) += 0xffffffff80000000
load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000

#
# SGI IP22 (Indy/Indigo2)
Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,9 @@ config SONYPI

config TANBAC_TB0219
tristate "TANBAC TB0219 base board support"
depends TANBAC_TB0229

depends TANBAC_TB022X
select PCI
select PCI_VR41XX

menu "Ftape, the floppy tape device driver"

Expand Down

0 comments on commit be46f58

Please sign in to comment.