MIPS: Deprecate CONFIG_MIPS_CMP
authorPaul Burton <paul.burton@imgtec.com>
Wed, 15 Jan 2014 10:32:00 +0000 (10:32 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:08 +0000 (23:09 +0100)
commit5cac93b35c148fb53a9667d92b5251a8eca55701
treeeffd405f725d6af17751c5abfd4708af41d70d56
parenta6ce202ead8c834913d068fd65cf29891478acde
MIPS: Deprecate CONFIG_MIPS_CMP

CONFIG_MIPS_CPS is a better option for systems where it is supported,
which as far as I am aware should be all systems where CONFIG_MIPS_CMP
could provide any value (ie. where there are multiple cores for YAMON to
bring up). This option is therefore deprecated, and marked as such. It
is left intact for the time being in order to provide a fallback should
someone find a system where CONFIG_MIPS_CPS will not function (ie. where
the reset vector cannot be moved), and should be removed entirely in the
future assuming that does not happen.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6369/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig