mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[MIPS] Fix Kconfig typo bug
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
90fccb1363
commit
a9b69d0c0c
@ -11,7 +11,7 @@ config PROFILING
|
|||||||
|
|
||||||
config OPROFILE
|
config OPROFILE
|
||||||
tristate "OProfile system profiling (EXPERIMENTAL)"
|
tristate "OProfile system profiling (EXPERIMENTAL)"
|
||||||
depends on PROFILING && !!MIPS_MT_SMTC && 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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user