diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-05-26 15:30:34 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-06-12 10:54:47 +0200 |
commit | 8e0931022e12e45bab9afe01e830d697d9c8e73d (patch) | |
tree | e3034ea5a5f00b6e98ee3b52a0df6ed6ae44bcef /drivers/clocksource/Kconfig | |
parent | ef89718ab685e40887bb76d4e7664a931306a2a4 (diff) | |
download | linux-8e0931022e12e45bab9afe01e830d697d9c8e73d.tar.gz linux-8e0931022e12e45bab9afe01e830d697d9c8e73d.tar.bz2 linux-8e0931022e12e45bab9afe01e830d697d9c8e73d.zip |
Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"
After discussing it, this feature is dropped as it is not considered
adequate:
https://patchwork.kernel.org/patch/9639317/
There is no user of this macro yet, so there is no impact on the drivers.
This reverts commit 376bc27150f180d9f5eddec6a14117780177589d.
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 1b22ade4c8f1..623fcc69e9a1 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -5,10 +5,6 @@ config CLKSRC_OF bool select CLKSRC_PROBE -config CLKEVT_OF - bool - select CLKEVT_PROBE - config CLKSRC_ACPI bool select CLKSRC_PROBE @@ -16,9 +12,6 @@ config CLKSRC_ACPI config CLKSRC_PROBE bool -config CLKEVT_PROBE - bool - config CLKSRC_I8253 bool |