Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23021b2b authored by Yang Shi's avatar Yang Shi Committed by Ralf Baechle
Browse files

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: default avatarYang 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 919beb4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2544,7 +2544,7 @@ config NODES_SHIFT

config HW_PERF_EVENTS
	bool "Enable hardware performance counter support for perf events"
	depends on PERF_EVENTS && OPROFILE=n && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_XLP || CPU_LOONGSON3)
	depends on PERF_EVENTS && !OPROFILE && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON || CPU_XLP || CPU_LOONGSON3)
	default y
	help
	  Enable hardware performance counter support for perf events. If