diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-05-26 19:40:24 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-06-14 12:01:19 +0200 |
commit | fa1bffab268723d40ae06e855898f7e8361487e9 (patch) | |
tree | c038527f4b05c04cc3e097065e6132c280c302fc /drivers/clocksource | |
parent | bb0eb050a577a866cb47c2dc37596f1207f4c2d9 (diff) | |
download | linux-fa1bffab268723d40ae06e855898f7e8361487e9.tar.gz linux-fa1bffab268723d40ae06e855898f7e8361487e9.tar.bz2 linux-fa1bffab268723d40ae06e855898f7e8361487e9.zip |
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')
-rw-r--r-- | drivers/clocksource/Kconfig | 4 |
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 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" |