clocksource: Add a Kconfig menu
authorJean Delvare <jdelvare@suse.de>
Mon, 16 Jun 2014 09:48:45 +0000 (11:48 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 21 Jun 2014 20:32:42 +0000 (22:32 +0200)
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

index 065131c..6a11518 100644 (file)
@@ -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