summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-03-24 17:32:34 -0400
committerDaniel Lezcano <daniel.lezcano@linaro.org>2017-04-07 10:23:08 -0400
commitf5bf0ee4ebf779e256bb710f638b4452d94e97fb (patch)
treef70d8f1cc97b7746ad94660a159155c1bb2edf04 /drivers/clocksource/Kconfig
parentbb0c6bb3b71cec4b00c3fb1c055f92ad05b905db (diff)
clocksource/drivers/gemini: Rename Gemini timer to Faraday
After some research it turns out that the "Gemini" timer is actually a generic IP block from Faraday Technology named FTTMR010, so as to not make things too confusing we need to rename the driver and its symbols to make sense. The implementation remains the same in this patch but we fix the copy-paste error in the timer name "nomadik_mtu" as we're at it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 483f3b1af4fd..7ca2c2461c9c 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -67,15 +67,16 @@ config DW_APB_TIMER_OF
67 select DW_APB_TIMER 67 select DW_APB_TIMER
68 select CLKSRC_OF 68 select CLKSRC_OF
69 69
70config GEMINI_TIMER 70config FTTMR010_TIMER
71 bool "Cortina Gemini timer driver" if COMPILE_TEST 71 bool "Faraday Technology timer driver" if COMPILE_TEST
72 depends on GENERIC_CLOCKEVENTS 72 depends on GENERIC_CLOCKEVENTS
73 depends on HAS_IOMEM 73 depends on HAS_IOMEM
74 select CLKSRC_MMIO 74 select CLKSRC_MMIO
75 select CLKSRC_OF 75 select CLKSRC_OF
76 select MFD_SYSCON 76 select MFD_SYSCON
77 help 77 help
78 Enables support for the Gemini timer 78 Enables support for the Faraday Technology timer block
79 FTTMR010.
79 80
80config ROCKCHIP_TIMER 81config ROCKCHIP_TIMER
81 bool "Rockchip timer driver" if COMPILE_TEST 82 bool "Rockchip timer driver" if COMPILE_TEST