diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 16:15:59 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-02-03 11:13:46 +0300 |
commit | a8d80235808c8359b614412da76dc10518ea9090 (patch) | |
tree | aa96358abff5c54f67331e46c806a890ca6f0f13 /drivers/clocksource/Kconfig | |
parent | 446262b27285e86bfc078d5602d7e047a351d536 (diff) | |
download | linux-a8d80235808c8359b614412da76dc10518ea9090.tar.xz |
clocksource/drivers/prima: Remove sirf prima 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-5-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 4a179573d244..05f6d6067e39 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -204,12 +204,6 @@ config MXS_TIMER help Enables support for the MXS timer. -config PRIMA2_TIMER - bool "Prima2 timer driver" if COMPILE_TEST - select CLKSRC_MMIO - help - Enables support for the Prima2 timer. - config NSPIRE_TIMER bool "NSpire timer driver" if COMPILE_TEST select CLKSRC_MMIO |