aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorJames Hogan <jhogan@kernel.org>2018-02-21 15:42:32 +0000
committerJames Hogan <jhogan@kernel.org>2018-02-23 14:30:20 +0000
commitb79a732504ad2d6552458eaf72b4ed807da88340 (patch)
tree67134ae6f26f5c52a8e156eb7f0fe3eb62dd06c1 /drivers/clocksource/Kconfig
parentirqchip: Remove metag irqchip drivers (diff)
downloadlinux-dev-b79a732504ad2d6552458eaf72b4ed807da88340.tar.xz
linux-dev-b79a732504ad2d6552458eaf72b4ed807da88340.zip
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/Kconfig5
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