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

Commit 9349075a authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] SMTC: Fix cut'n'paste bug in Kconfig.debug



This effectivly turned the SMTC_IDLE_HOOK_DEBUG debug option into a no-op.

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

	  This option will slow down process creation somewhat.

config CONFIG_SMTC_IDLE_HOOK_DEBUG
config SMTC_IDLE_HOOK_DEBUG
	bool "Enable additional debug checks before going into CPU idle loop"
	depends on DEBUG_KERNEL && MIPS_MT_SMTC
	help