OSDN Git Service

MIPS: Kconfig: Don't allow both microMIPS and SmartMIPS to be selected.
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 21 Jul 2014 07:46:14 +0000 (08:46 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 06:44:07 +0000 (07:44 +0100)
commit9e2b53725a209539b195ee359894bbbf8c16c885
treeeea52e0a4134484ecfc3ea8579d4a1e4a1c08302
parent76cff82943b9744ec4f0ebd84f8ed888a6e509b3
MIPS: Kconfig: Don't allow both microMIPS and SmartMIPS to be selected.

microMIPS and SmartMIPS can't be used together. This fixes the
following build problem:

Warning: the 32-bit microMIPS architecture does not support the `smartmips' extension
arch/mips/kernel/entry.S:90: Error: unrecognized opcode `mtlhx $24'
[...]
arch/mips/kernel/entry.S:109: Error: unrecognized opcode `mtlhx $24'

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7421/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig