Skip to content

Commit

Permalink
[PATCH] mips: add default select configs for vr41xx
Browse files Browse the repository at this point in the history
This patch has added default select configs for vr41xx.

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>
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Sep 5, 2005
1 parent 63b799f commit 8dd4aeb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ config NEC_CMBVR4133
select DMA_NONCOHERENT
select IRQ_CPU
select HW_HAS_PCI
select PCI
select PCI_VR41XX

config ROCKHOPPER
Expand All @@ -91,13 +92,15 @@ config ROCKHOPPER
config CASIO_E55
bool "Support for CASIO CASSIOPEIA E-10/15/55/65"
depends on MACH_VR41XX
select CPU_LITTLE_ENDIAN
select DMA_NONCOHERENT
select IRQ_CPU
select ISA

config IBM_WORKPAD
bool "Support for IBM WorkPad z50"
depends on MACH_VR41XX
select CPU_LITTLE_ENDIAN
select DMA_NONCOHERENT
select IRQ_CPU
select ISA
Expand Down Expand Up @@ -128,17 +131,23 @@ config TANBAC_TB0226

config VICTOR_MPC30X
bool "Support for Victor MP-C303/304"
depends on MACH_VR41XX
select CPU_LITTLE_ENDIAN
select DMA_NONCOHERENT
select HW_HAS_PCI
select IRQ_CPU
depends on MACH_VR41XX
select HW_HAS_PCI
select PCI
select PCI_VR41XX

config ZAO_CAPCELLA
bool "Support for ZAO Networks Capcella"
depends on MACH_VR41XX
select CPU_LITTLE_ENDIAN
select DMA_NONCOHERENT
select HW_HAS_PCI
select IRQ_CPU
select HW_HAS_PCI
select PCI
select PCI_VR41XX

config PCI_VR41XX
bool "Add PCI control unit support of NEC VR4100 series"
Expand Down

0 comments on commit 8dd4aeb

Please sign in to comment.