mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Kconfig: Add clocksource menu
@ 2018-11-28 10:01 Jules Maselbas
  2018-11-29  8:07 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jules Maselbas @ 2018-11-28 10:01 UTC (permalink / raw)
  To: barebox; +Cc: cleger, Jules Maselbas

Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
---
 drivers/clocksource/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 3caf72503..02659d86a 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -1,3 +1,5 @@
+menu "Clocksource"
+
 config ARCH_HAS_IMX_GPT
        bool
 
@@ -80,3 +82,5 @@ config CLOCKSOURCE_ARM_GLOBAL_TIMER
 config CLOCKSOURCE_IMX_GPT
 	def_bool y
 	depends on ARCH_HAS_IMX_GPT
+
+endmenu
-- 
2.19.1.1052.gd166e6a


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2018-11-29  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-28 10:01 [PATCH] Kconfig: Add clocksource menu Jules Maselbas
2018-11-29  8:07 ` Sascha Hauer

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