Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6952
b: refs/heads/master
c: 8dd4aeb
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Linus Torvalds committed Sep 5, 2005
1 parent be46f58 commit cd169d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 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: 63b799f9ded82444212afdcf61379a247d544909
refs/heads/master: 8dd4aebe49b24348e48581af835ac41c8e483d68
15 changes: 12 additions & 3 deletions trunk/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 cd169d8

Please sign in to comment.