Skip to content

Commit

Permalink
clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Lezcano committed Jun 14, 2017
1 parent bb0eb05 commit fa1bffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/clocksource/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config TIMER_OF
bool
select TIMER_PROBE

config CLKSRC_ACPI
config TIMER_ACPI
bool
select TIMER_PROBE

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit fa1bffa

Please sign in to comment.