All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DYNAMIC_DEBUG: use select DEBUG_FS instead of depends on
@ 2013-10-26 20:58 Krzysztof Mazur
  2013-10-27  3:30 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Mazur @ 2013-10-26 20:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Krzysztof Mazur, Jason Baron, Greg Kroah-Hartman

Depending on options that are configured later makes them hard
to enable unless the user knows that he must go backwards.

Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
---
 lib/Kconfig.debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 06344d9..d5c9247 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -48,7 +48,7 @@ config DYNAMIC_DEBUG
 	bool "Enable dynamic printk() support"
 	default n
 	depends on PRINTK
-	depends on DEBUG_FS
+	select DEBUG_FS
 	help
 
 	  Compiles debug level messages into the kernel, which would not
-- 
1.8.4.1.635.g55556a5


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

end of thread, other threads:[~2013-10-27 15:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26 20:58 [PATCH] DYNAMIC_DEBUG: use select DEBUG_FS instead of depends on Krzysztof Mazur
2013-10-27  3:30 ` Greg Kroah-Hartman
2013-10-27  8:01   ` Krzysztof Mazur
2013-10-27 14:38     ` Randy Dunlap
2013-10-27 15:57       ` Krzysztof Mazur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.