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>
bool
select TIMER_PROBE
-config CLKSRC_ACPI
+config TIMER_ACPI
bool
select TIMER_PROBE
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"