Hello Ralf,
This patch makes vr41xx's companion chip item depend on MACH_VR41XX.
Please apply this patch to cvs.
Yoichi
diff -urN -X dontdiff linux-orig/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux-orig/arch/mips/Kconfig Sun Mar 21 22:06:02 2004
+++ linux/arch/mips/Kconfig Sun Apr 4 00:14:55 2004
@@ -117,6 +117,18 @@
depends on MACH_VR41XX
select IRQ_CPU
+config VRC4171
+ tristate "add NEC VRC4171 companion chip support"
+ depends on MACH_VR41XX && ISA
+ ---help---
+ The NEC VRC4171/4171A is a companion chip for NEC VR4111/VR4121.
+
+config VRC4173
+ tristate "add NEC VRC4173 companion chip support"
+ depends on MACH_VR41XX && PCI
+ ---help---
+ The NEC VRC4173 is a companion chip for NEC VR4122/VR4131.
+
config TOSHIBA_JMR3927
bool "Support for Toshiba JMR-TX3927 board"
depends on MIPS32
@@ -810,14 +822,6 @@
bool
depends on ZAO_CAPCELLA || VICTOR_MPC30X || SIBYTE_SB1xxx_SOC ||
NEC_EAGLE || NEC_OSPREY || DDB5477 || CASIO_E55 || TANBAC_TB0226 ||
TANBAC_TB0229
default y
-
-config VRC4171
- tristate "NEC VRC4171 Support"
- depends on IBM_WORKPAD
-
-config VRC4173
- tristate "NEC VRC4173 Support"
- depends on NEC_EAGLE || VICTOR_MPC30X
config DDB5XXX_COMMON
bool
|