clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPI
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 26 May 2017 17:40:24 +0000 (19:40 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 14 Jun 2017 10:01:19 +0000 (12:01 +0200)
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>
drivers/clocksource/Kconfig

index 90f062ec17795fd17c810caec6f2aeac9ab11d19..4ba230d8e679a83021e7db3eaa08b5de203a72e9 100644 (file)
@@ -5,7 +5,7 @@ config TIMER_OF
        bool
        select TIMER_PROBE
 
-config CLKSRC_ACPI
+config TIMER_ACPI
        bool
        select TIMER_PROBE
 
@@ -310,7 +310,7 @@ config ARC_TIMERS_64BIT
 config ARM_ARCH_TIMER
        bool
        select TIMER_OF if OF
-       select CLKSRC_ACPI if ACPI
+       select TIMER_ACPI if ACPI
 
 config ARM_ARCH_TIMER_EVTSTREAM
        bool "Enable ARM architected timer event stream generation by default"