diff options
| author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-09-03 15:56:16 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 00:06:05 -0700 | 
| commit | 63fb6fd1c86181d9dd9ba0e6e6082799e149b56b (patch) | |
| tree | 20270b17e4861440480e4a047b97a4c49fa7fe9d /arch/mips | |
| parent | e07a7235dd05891a8c1695213ae1f2b48b09f69e (diff) | |
[PATCH] mips: changed from VR41xx to VR4100 series in Kconfig
This patch has changed from VR41XX to VR4100 series in arch/mips/Kconfig.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
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/mips')
| -rw-r--r-- | arch/mips/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b1860f717191..77ba9ffdf463 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -71,7 +71,7 @@ config OLIVETTI_M700  	  <http://www.linux-mips.org/>.  config MACH_VR41XX -	bool "Support for NEC VR41XX-based machines" +	bool "Support for NEC VR4100 series based machines"  config NEC_CMBVR4133  	bool "Support for NEC CMB-VR4133" | 
