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

Commit 00ace207 authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by Ralf Baechle
Browse files

MIPS: Kconfig: Fix the arch-specific header path



The header path in the help text for the RUNTIME_DEBUG config option is
obsolete and needs to be updated to match the new location of
architecture-specific header files. While at it, fix the spelling mistake.

Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent b6354db5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,7 @@ config RUNTIME_DEBUG
	help
	help
	  If you say Y here, some debugging macros will do run-time checking.
	  If you say Y here, some debugging macros will do run-time checking.
	  If you say N here, those macros will mostly turn to no-ops.  See
	  If you say N here, those macros will mostly turn to no-ops.  See
	  include/asm-mips/debug.h for debuging macros.
	  arch/mips/include/asm/debug.h for debugging macros.
	  If unsure, say N.
	  If unsure, say N.


endmenu
endmenu