linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions
@ 2018-08-16  7:05 Tobias Klauser
  2018-08-17  6:41 ` Christoph Hellwig
  2018-08-20 16:15 ` Masahiro Yamada
  0 siblings, 2 replies; 4+ messages in thread
From: Tobias Klauser @ 2018-08-16  7:05 UTC (permalink / raw)
  To: Ley Foon Tan; +Cc: Christoph Hellwig, Masahiro Yamada, nios2-dev, linux-kernel

DEBUG_STACK_USAGE is already defined in lib/Kconfig.debug

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 arch/nios2/Kconfig.debug | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/arch/nios2/Kconfig.debug b/arch/nios2/Kconfig.debug
index 7a49f0d28d14..f1da8a7b17ff 100644
--- a/arch/nios2/Kconfig.debug
+++ b/arch/nios2/Kconfig.debug
@@ -3,15 +3,6 @@
 config TRACE_IRQFLAGS_SUPPORT
 	def_bool y
 
-config DEBUG_STACK_USAGE
-	bool "Enable stack utilization instrumentation"
-	depends on DEBUG_KERNEL
-	help
-	  Enables the display of the minimum amount of free stack which each
-	  task has ever had available in the sysrq-T and sysrq-P debug output.
-
-	  This option will slow down process creation somewhat.
-
 config EARLY_PRINTK
 	bool "Activate early kernel debugging"
 	default y
-- 
2.18.0.130.g98da2f6b3e4a



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-21  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-16  7:05 [PATCH] nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions Tobias Klauser
2018-08-17  6:41 ` Christoph Hellwig
2018-08-20 16:15 ` Masahiro Yamada
2018-08-21  2:07   ` Ley Foon Tan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).