diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-09-03 18:56:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:05 -0400 |
commit | 63fb6fd1c86181d9dd9ba0e6e6082799e149b56b (patch) | |
tree | 20270b17e4861440480e4a047b97a4c49fa7fe9d | |
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>
-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 | |||
71 | <http://www.linux-mips.org/>. | 71 | <http://www.linux-mips.org/>. |
72 | 72 | ||
73 | config MACH_VR41XX | 73 | config MACH_VR41XX |
74 | bool "Support for NEC VR41XX-based machines" | 74 | bool "Support for NEC VR4100 series based machines" |
75 | 75 | ||
76 | config NEC_CMBVR4133 | 76 | config NEC_CMBVR4133 |
77 | bool "Support for NEC CMB-VR4133" | 77 | bool "Support for NEC CMB-VR4133" |