linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] make HWLAT_DETECTOR kernel config either disabled or a module, never builtin.
@ 2015-09-23 17:33 Joakim Hernberg
  2015-12-11 16:52 ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 8+ messages in thread
From: Joakim Hernberg @ 2015-09-23 17:33 UTC (permalink / raw)
  To: linux-rt-users
  Cc: Thomas Gleixner, Sebastian Andrzej Siewior, Steven Rostedt,
	Uwe Kleine-König

Since the HWLAT_DETECTOR driver supposedly shouldn't be builtin, but a
module when used at all, it would make sense to limit the configuration
choices:

Signed-off-by: Joakim Hernberg <jhernberg@alchemy.lu>
Suggested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

---
 drivers/misc/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 453a616..94756c3 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -124,8 +124,7 @@ config IBM_ASM
 
 config HWLAT_DETECTOR
 	tristate "Testing module to detect hardware-induced latencies"
-	depends on DEBUG_FS
-	depends on RING_BUFFER
+	depends on DEBUG_FS && RING_BUFFER && m
 	default m
 	---help---
 	  A simple hardware latency detector. Use this module to detect
-- 
2.5.3

-- 

   Joakim
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-12-22 16:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 17:33 [PATCH] make HWLAT_DETECTOR kernel config either disabled or a module, never builtin Joakim Hernberg
2015-12-11 16:52 ` Sebastian Andrzej Siewior
2015-12-11 19:47   ` Joakim Hernberg
2015-12-13 10:39   ` Joakim Hernberg
2015-12-22 15:11     ` Sebastian Andrzej Siewior
2015-12-22 16:25       ` John Kacur
2015-12-22 16:34         ` Sebastian Andrzej Siewior
2015-12-22 16:43           ` John Kacur

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).