]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Kconfig: replace OPROFILE=n to !OPROFILE
authorYang Shi <yang.shi@windriver.com>
Fri, 19 Feb 2016 23:42:11 +0000 (15:42 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:02:04 +0000 (14:02 +0200)
commit23021b2bb98543d08e22725122650644d824bf18
tree7aa480c55a1b953d9bb49221d15d7f0ed937bbf4
parent919beb4eedc587b70f8c1390fedac10cda783c36
MIPS: Kconfig: replace OPROFILE=n to !OPROFILE

In Kconfig "=n" is not correct syntax, "!" is the preferred way for
false-positive expression.

Signed-off-by: Yang Shi <yang.shi@windriver.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12572/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig