[PATCH v2] clocksource: Add a Kconfig menu

2014-06-16 Thread Jean Delvare
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 
Cc: Daniel Lezcano 
Cc: Thomas Gleixner 
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH v2] clocksource: Add a Kconfig menu

2014-06-16 Thread Jean Delvare
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 jdelv...@suse.de
Cc: Daniel Lezcano daniel.lezc...@linaro.org
Cc: Thomas Gleixner t...@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
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/