diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-09-03 15:56:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:06:05 -0700 |
commit | e07a7235dd05891a8c1695213ae1f2b48b09f69e (patch) | |
tree | 31c3bc8c8d5620f0082f9868e7ceeb58c13faa5b /arch | |
parent | 466adc66cf6eea0268c8678834c8c6a56e5a2f9e (diff) | |
download | blackbird-obmc-linux-e07a7235dd05891a8c1695213ae1f2b48b09f69e.tar.gz blackbird-obmc-linux-e07a7235dd05891a8c1695213ae1f2b48b09f69e.zip |
[PATCH] mips: remove vrc4171 config
This patch has removed obsolete VRC4171 config.
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 516a380f3218..b1860f717191 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -147,12 +147,6 @@ config PCI_VR41XX default y select PCI -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 |