diff options
author | James Hogan <jhogan@kernel.org> | 2018-02-21 15:42:32 +0000 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-02-23 14:30:20 +0000 |
commit | b79a732504ad2d6552458eaf72b4ed807da88340 (patch) | |
tree | 67134ae6f26f5c52a8e156eb7f0fe3eb62dd06c1 /drivers/clocksource/Kconfig | |
parent | df46bb1909d92eedccd4216c88e43f75cb0b2901 (diff) | |
download | linux-b79a732504ad2d6552458eaf72b4ed807da88340.tar.bz2 |
clocksource: Remove metag generic timer driver
Now that arch/metag/ has been removed, remove the metag generic
per-thread timer driver. It is of no value without the architecture
code.
Signed-off-by: James Hogan <jhogan@kernel.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-metag@vger.kernel.org
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index b3b4ed9b6874..f99dbc2f7ee4 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -391,11 +391,6 @@ config ATMEL_ST help Support for the Atmel ST timer. -config CLKSRC_METAG_GENERIC - def_bool y if METAG - help - This option enables support for the Meta per-thread timers. - config CLKSRC_EXYNOS_MCT bool "Exynos multi core timer driver" if COMPILE_TEST depends on ARM || ARM64 |