mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] clocksource: Add a Kconfig menu
@ 2014-06-16  9:48 Jean Delvare
  2014-06-21 20:38 ` [tip:timers/core] " tip-bot for Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2014-06-16  9:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, 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>
---
Patch already sent on 2014-04-24. Changes since v1:
 * Rebased on kernel 3.16-rc1

 drivers/clocksource/Kconfig |    4 ++++
 1 file changed, 4 insertions(+)

--- linux-3.16-rc1.orig/drivers/clocksource/Kconfig	2014-06-16 11:43:35.338280484 +0200
+++ linux-3.16-rc1/drivers/clocksource/Kconfig	2014-06-16 11:45:58.395215728 +0200
@@ -1,3 +1,5 @@
+menu "Clock Source drivers"
+
 config CLKSRC_OF
 	bool
 
@@ -207,3 +209,5 @@ config CLKSRC_VERSATILE
 	  counter available in the "System Registers" block of
 	  ARM Versatile, RealView and Versatile Express reference
 	  platforms.
+
+endmenu


-- 
Jean Delvare
SUSE L3 Support

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

end of thread, other threads:[~2014-06-21 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-16  9:48 [PATCH v2] clocksource: Add a Kconfig menu Jean Delvare
2014-06-21 20:38 ` [tip:timers/core] " tip-bot for Jean Delvare

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

Powered by JetHome