Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1651832
| From | Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 7/7] clocksource: Rename CLKSRC_ACPI |
| Date | 2017-05-27 12:10 +0200 |
| Message-ID | <tLGPv-1Om-7@gated-at.bofh.it> (permalink) |
| References | <tLGFP-1vW-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The config option name is now renamed to 'CLKSRC_ACPI' for consistency with the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> --- drivers/clocksource/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 90f062e..4ba230d 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" -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/7] Revert "clockevents: Add a clkevt-of mechanism like clksrc-of" Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-05-27 12:00 +0200
[PATCH 7/7] clocksource: Rename CLKSRC_ACPI Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-05-27 12:10 +0200
Re: [PATCH 7/7] clocksource: Rename CLKSRC_ACPI Linus Walleij <linus.walleij@linaro.org> - 2017-05-28 16:00 +0200
[PATCH 5/7] clocksource: Rename clksrc Daniel Lezcano <daniel.lezcano@linaro.org> - 2017-05-27 12:10 +0200
Re: [PATCH 5/7] clocksource: Rename clksrc Linus Walleij <linus.walleij@linaro.org> - 2017-05-28 16:00 +0200
Re: [PATCH 2/7] clocksource: Rename CLOCKSOURCE_OF_DECLARE Mason <slash.tmp@free.fr> - 2017-05-29 10:10 +0200
csiph-web