[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20140424104404.5e7aeafa@endymion.delvare>
Date: Thu, 24 Apr 2014 10:44:04 +0200
From: Jean Delvare <jdelvare@...e.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH] 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@...e.de>
Cc: Daniel Lezcano <daniel.lezcano@...aro.org>
Cc: Thomas Gleixner <tglx@...utronix.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists