summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2018-11-28 11:01:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-11-29 09:06:38 +0100
commit0f0c25da43804804b694c0ebde90bd7cda1d542f (patch)
tree369e3f03df7cb81c87c943a6ac2d0efa54eaed65 /drivers
parentecff6da0ba5030db2d0322a8d343f1fdba74808d (diff)
downloadbarebox-0f0c25da43804804b694c0ebde90bd7cda1d542f.tar.gz
barebox-0f0c25da43804804b694c0ebde90bd7cda1d542f.tar.xz
Kconfig: Add clocksource menu
Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/clocksource/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 3caf72503a..02659d86ac 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