diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:15:57 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-02-03 09:11:35 +0100 |
commit | 8fdb44176928fb3ef3e10d97eaf1aed82c90bd58 (patch) | |
tree | fb12e1b0424466e9f7b693827ec25f160c71d553 /drivers/clocksource/Kconfig | |
parent | 33105406764f7f13c5e7279826f77342c82c41b5 (diff) | |
download | linux-stable-8fdb44176928fb3ef3e10d97eaf1aed82c90bd58.tar.gz linux-stable-8fdb44176928fb3ef3e10d97eaf1aed82c90bd58.tar.bz2 linux-stable-8fdb44176928fb3ef3e10d97eaf1aed82c90bd58.zip |
clocksource/drivers/tango: Remove tango driver
The tango platform is getting removed, so the driver is no
longer needed.
Cc: Marc Gonzalez <marc.w.gonzalez@free.fr>
Cc: Mans Rullgard <mans@mansr.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210120131559.1971359-3-arnd@kernel.org
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index b26bb9ea3e60..b5250e4a0e86 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -551,14 +551,6 @@ config CLKSRC_MIPS_GIC select CLOCKSOURCE_WATCHDOG select TIMER_OF -config CLKSRC_TANGO_XTAL - bool "Clocksource for Tango SoC" if COMPILE_TEST - depends on ARM - select TIMER_OF - select CLKSRC_MMIO - help - This enables the clocksource for Tango SoC. - config CLKSRC_PXA bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST depends on HAS_IOMEM |