Commit fa1bffab authored by Daniel Lezcano's avatar Daniel Lezcano

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: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent bb0eb050
...@@ -5,7 +5,7 @@ config TIMER_OF ...@@ -5,7 +5,7 @@ config TIMER_OF
bool bool
select TIMER_PROBE select TIMER_PROBE
config CLKSRC_ACPI config TIMER_ACPI
bool bool
select TIMER_PROBE select TIMER_PROBE
...@@ -310,7 +310,7 @@ config ARC_TIMERS_64BIT ...@@ -310,7 +310,7 @@ config ARC_TIMERS_64BIT
config ARM_ARCH_TIMER config ARM_ARCH_TIMER
bool bool
select TIMER_OF if OF select TIMER_OF if OF
select CLKSRC_ACPI if ACPI select TIMER_ACPI if ACPI
config ARM_ARCH_TIMER_EVTSTREAM config ARM_ARCH_TIMER_EVTSTREAM
bool "Enable ARM architected timer event stream generation by default" bool "Enable ARM architected timer event stream generation by default"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment