diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:15:58 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-02-03 09:12:28 +0100 |
commit | 446262b27285e86bfc078d5602d7e047a351d536 (patch) | |
tree | a7c1ea3da84400944831d69c76e55bf1ba3ea5bc /drivers/clocksource/Kconfig | |
parent | 8fdb44176928fb3ef3e10d97eaf1aed82c90bd58 (diff) |
clocksource/drivers/atlas: Remove sirf atlas driver
The CSR SiRF prima2/atlas platforms are getting removed, so this driver
is no longer needed.
Cc: Barry Song <baohua@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Barry Song <baohua@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210120131559.1971359-4-arnd@kernel.org
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index b5250e4a0e86..4a179573d244 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -197,12 +197,6 @@ config CLPS711X_TIMER help Enables support for the Cirrus Logic PS711 timer. -config ATLAS7_TIMER - bool "Atlas7 timer driver" if COMPILE_TEST - select CLKSRC_MMIO - help - Enables support for the Atlas7 timer. - config MXS_TIMER bool "MXS timer driver" if COMPILE_TEST select CLKSRC_MMIO |