Commit a9b69d0c0c928b4a78a0da32a903ae47b0ad09e7
1 parent
90fccb1363
Exists in
master
and in
7 other branches
[MIPS] Fix Kconfig typo bug
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
arch/mips/oprofile/Kconfig
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | |
12 | 12 | config OPROFILE |
13 | 13 | tristate "OProfile system profiling (EXPERIMENTAL)" |
14 | - depends on PROFILING && !!MIPS_MT_SMTC && EXPERIMENTAL | |
14 | + depends on PROFILING && !MIPS_MT_SMTC && EXPERIMENTAL | |
15 | 15 | help |
16 | 16 | OProfile is a profiling system capable of profiling the |
17 | 17 | whole system, include the kernel, kernel modules, libraries, |