linux-kernel.vger.kernel.org archive mirror
 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

* [tip:timers/core] clocksource: Add a Kconfig menu
  2014-06-16  9:48 [PATCH v2] clocksource: Add a Kconfig menu Jean Delvare
@ 2014-06-21 20:38 ` tip-bot for Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Jean Delvare @ 2014-06-21 20:38 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, jdelvare, tglx, daniel.lezcano

Commit-ID:  58394271c610e9c65dd0165a1c1f6dec75dc5f3e
Gitweb:     http://git.kernel.org/tip/58394271c610e9c65dd0165a1c1f6dec75dc5f3e
Author:     Jean Delvare <jdelvare@suse.de>
AuthorDate: Mon, 16 Jun 2014 11:48:45 +0200
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Sat, 21 Jun 2014 22:32:42 +0200

clocksource: Add a Kconfig menu

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>
Link: http://lkml.kernel.org/r/20140616114845.343e9960@endymion.delvare
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 drivers/clocksource/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 065131c..6a11518 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -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

^ permalink raw reply related	[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;
as well as URLs for NNTP newsgroup(s).