summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2017-05-26 13:40:24 -0400
committerDaniel Lezcano <daniel.lezcano@linaro.org>2017-06-14 06:01:19 -0400
commitfa1bffab268723d40ae06e855898f7e8361487e9 (patch)
treec038527f4b05c04cc3e097065e6132c280c302fc /drivers/clocksource/Kconfig
parentbb0eb050a577a866cb47c2dc37596f1207f4c2d9 (diff)
clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPI
The config option name is now renamed to 'TIMER_ACPI' for consistency with the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 90f062ec1779..4ba230d8e679 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -5,7 +5,7 @@ config TIMER_OF
5 bool 5 bool
6 select TIMER_PROBE 6 select TIMER_PROBE
7 7
8config CLKSRC_ACPI 8config TIMER_ACPI
9 bool 9 bool
10 select TIMER_PROBE 10 select TIMER_PROBE
11 11
@@ -310,7 +310,7 @@ config ARC_TIMERS_64BIT
310config ARM_ARCH_TIMER 310config ARM_ARCH_TIMER
311 bool 311 bool
312 select TIMER_OF if OF 312 select TIMER_OF if OF
313 select CLKSRC_ACPI if ACPI 313 select TIMER_ACPI if ACPI
314 314
315config ARM_ARCH_TIMER_EVTSTREAM 315config ARM_ARCH_TIMER_EVTSTREAM
316 bool "Enable ARM architected timer event stream generation by default" 316 bool "Enable ARM architected timer event stream generation by default"