summaryrefslogtreecommitdiffstats
path: root/arch/mips/configs/maltasmvp_eva_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* MIPS: Malta: CPS SMP by defaultPaul Burton2014-05-281-2/+1Star
| | | | | | | | | | | | | | The CONFIG_MIPS_CPS SMP implementation should be able to handle all cases the CONFIG_MIPS_CMP implementation does, but without requiring bootloader assistance. It is also required in order to make use of features such as hotplug & cpuidle core power gating. Enable it by default for Malta configs that previously enabled the now deprecated CONFIG_MIPS_CMP, and disable the latter. The local version suffix "cmp" is removed rather than replaced with "cps" since there are other ways to tell that the CPS SMP implementation is in use (the "VPE topology" line in the boot log being one). Signed-off-by: Paul Burton <paul.burton@imgtec.com>
* MIPS: Add defconfig for Malta SMVP with EVAMarkos Chandras2014-03-261-0/+200
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6581/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>