[PATCH][2/4] mips: add default select configs for vr41xx

From: Yoichi Yuasa
Date: Thu Aug 11 2005 - 10:18:00 EST


Hi,

This patch has added default select configs for vr41xx.
Please apply.

Yoichi

Signed-off-by: Yoichi Yuasa <yuasa@xxxxxxxxxxxxxx>

diff -urN -X dontdiff mm1-orig/arch/mips/Kconfig mm1/arch/mips/Kconfig
--- mm1-orig/arch/mips/Kconfig 2005-08-11 23:21:13.000000000 +0900
+++ mm1/arch/mips/Kconfig 2005-08-11 23:27:17.000000000 +0900
@@ -80,6 +80,7 @@
select DMA_NONCOHERENT
select IRQ_CPU
select HW_HAS_PCI
+ select PCI
select PCI_VR41XX

config ROCKHOPPER
@@ -91,6 +92,7 @@
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
@@ -98,6 +100,7 @@
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
@@ -128,17 +131,23 @@

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"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/