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

Commit 06396094 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Do not allow oprofile to be enabled on SMTC.



Oprofile cannot work on SMTC due to the limited number of counters.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 4a969e1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@ config PROFILING


config OPROFILE
config OPROFILE
	tristate "OProfile system profiling (EXPERIMENTAL)"
	tristate "OProfile system profiling (EXPERIMENTAL)"
	depends on PROFILING && EXPERIMENTAL
	depends on PROFILING && !!MIPS_MT_SMTC && EXPERIMENTAL
	help
	help
	  OProfile is a profiling system capable of profiling the
	  OProfile is a profiling system capable of profiling the
	  whole system, include the kernel, kernel modules, libraries,
	  whole system, include the kernel, kernel modules, libraries,