The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] clocksource: Add a Kconfig menu
@ 2014-04-24  8:44 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2014-04-24  8:44 UTC (permalink / raw)
  To: LKML; +Cc: Daniel Lezcano, Thomas Gleixner

Move the clocksource Kconfig entries into their own menu, so that they
don't pollute the main device driver menu.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
---
 drivers/clocksource/Kconfig |    4 ++++
 1 file changed, 4 insertions(+)

--- linux-3.15-rc2.orig/drivers/clocksource/Kconfig	2014-04-14 09:42:29.638069013 +0200
+++ linux-3.15-rc2/drivers/clocksource/Kconfig	2014-04-24 10:35:47.663624163 +0200
@@ -1,3 +1,5 @@
+menu "Clock Source drivers"
+
 config CLKSRC_OF
 	bool
 
@@ -191,3 +193,5 @@ config EM_TIMER_STI
 
 config CLKSRC_QCOM
 	bool
+
+endmenu


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-24  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24  8:44 [PATCH] clocksource: Add a Kconfig menu Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox