diff options
author | Steven J. Hill <Steven.Hill@imgtec.com> | 2013-10-04 17:23:28 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 14:19:01 -0500 |
commit | c080faa502041c94f754e9878618a4632d6eede6 (patch) | |
tree | 3e3bfc991f0eec052bda99282d7673decc287a03 /arch/mips/configs | |
parent | b5f065e7d3e87e43b971640185b3980b10d7e73c (diff) |
MIPS: Clean up MIPS MT and CMP configuration options.
This patch accomplishes the following:
* Clean up wording on all MIPS MT configuration menu items.
* Simplify and neaten up options selected by MIPS_MT_SMP.
* Make MIPS_MT_SMTC support as deprecated.
* Make MIPS_CMP support to depend on MIPS_MT_SMP also.
* Remove redundant options selected by MIPS_CMP.
Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6019/
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/maltasmvp_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/configs/maltasmvp_defconfig b/arch/mips/configs/maltasmvp_defconfig index 8a666021b870..d75931850392 100644 --- a/arch/mips/configs/maltasmvp_defconfig +++ b/arch/mips/configs/maltasmvp_defconfig | |||
@@ -4,7 +4,7 @@ CONFIG_CPU_MIPS32_R2=y | |||
4 | CONFIG_MIPS_MT_SMP=y | 4 | CONFIG_MIPS_MT_SMP=y |
5 | CONFIG_SCHED_SMT=y | 5 | CONFIG_SCHED_SMT=y |
6 | CONFIG_MIPS_CMP=y | 6 | CONFIG_MIPS_CMP=y |
7 | CONFIG_NR_CPUS=8 | 7 | CONFIG_NR_CPUS=2 |
8 | CONFIG_HZ_100=y | 8 | CONFIG_HZ_100=y |
9 | CONFIG_LOCALVERSION="cmp" | 9 | CONFIG_LOCALVERSION="cmp" |
10 | CONFIG_SYSVIPC=y | 10 | CONFIG_SYSVIPC=y |
@@ -58,7 +58,6 @@ CONFIG_ATALK=m | |||
58 | CONFIG_DEV_APPLETALK=m | 58 | CONFIG_DEV_APPLETALK=m |
59 | CONFIG_IPDDP=m | 59 | CONFIG_IPDDP=m |
60 | CONFIG_IPDDP_ENCAP=y | 60 | CONFIG_IPDDP_ENCAP=y |
61 | CONFIG_IPDDP_DECAP=y | ||
62 | CONFIG_NET_SCHED=y | 61 | CONFIG_NET_SCHED=y |
63 | CONFIG_NET_SCH_CBQ=m | 62 | CONFIG_NET_SCH_CBQ=m |
64 | CONFIG_NET_SCH_HTB=m | 63 | CONFIG_NET_SCH_HTB=m |