CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/07/11 16:44:28
Modified files:
arch/mips/configs: e55_defconfig workpad_defconfig
arch/mips/vr41xx: Kconfig
Log message:
Remove the last remains of CONFIG_VRC4171.
diff -urN linux/arch/mips/configs/e55_defconfig
linux/arch/mips/configs/e55_defconfig
--- linux/arch/mips/configs/e55_defconfig 2005/07/11 10:50:12 1.58
+++ linux/arch/mips/configs/e55_defconfig 2005/07/11 15:44:28 1.59
@@ -115,7 +115,6 @@
# CONFIG_VICTOR_MPC30X is not set
# CONFIG_ZAO_CAPCELLA is not set
# CONFIG_GPIO_VR41XX is not set
-# CONFIG_VRC4171 is not set
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_HAVE_DEC_LOCK=y
diff -urN linux/arch/mips/configs/workpad_defconfig
linux/arch/mips/configs/workpad_defconfig
--- linux/arch/mips/configs/workpad_defconfig 2005/07/11 10:50:12 1.58
+++ linux/arch/mips/configs/workpad_defconfig 2005/07/11 15:44:28 1.59
@@ -115,7 +115,6 @@
# CONFIG_VICTOR_MPC30X is not set
# CONFIG_ZAO_CAPCELLA is not set
# CONFIG_GPIO_VR41XX is not set
-CONFIG_VRC4171=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_HAVE_DEC_LOCK=y
diff -urN linux/arch/mips/vr41xx/Kconfig linux/arch/mips/vr41xx/Kconfig
--- linux/arch/mips/vr41xx/Kconfig 2005/03/18 21:53:56 1.4
+++ linux/arch/mips/vr41xx/Kconfig 2005/07/11 15:44:28 1.5
@@ -94,12 +94,6 @@
tristate "Add General-purpose I/O unit support of NEC VR4100 series"
depends on MACH_VR41XX
-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_VR41XX
|