From: Ralf Baechle Date: Thu, 8 Feb 2007 12:44:19 +0000 (+0000) Subject: [MIPS] Fix Kconfig typo bug X-Git-Tag: v2.6.21-rc1~54^2~2 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a9b69d0c0c928b4a78a0da32a903ae47b0ad09e7;p=linux-2.6-omap-h63xx.git [MIPS] Fix Kconfig typo bug Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/oprofile/Kconfig b/arch/mips/oprofile/Kconfig index ca395ef06d4..fb6f235348b 100644 --- a/arch/mips/oprofile/Kconfig +++ b/arch/mips/oprofile/Kconfig @@ -11,7 +11,7 @@ config PROFILING config OPROFILE tristate "OProfile system profiling (EXPERIMENTAL)" - depends on PROFILING && !!MIPS_MT_SMTC && EXPERIMENTAL + depends on PROFILING && !MIPS_MT_SMTC && EXPERIMENTAL help OProfile is a profiling system capable of profiling the whole system, include the kernel, kernel modules, libraries,