summaryrefslogtreecommitdiff
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2020-05-13 14:25:48 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-05-22 23:58:56 +0200
commit83cba9536905e4f82b726a98fe404400f0c9eb76 (patch)
tree59c2d1e8367f3aa1577374a67b5c5384861bc2fa /drivers/clocksource
parentbfed0eded1ce00bda5cc2d2939b017f88e6b1fd0 (diff)
clocksource/drivers/rda: drop redundant Kconfig dependency
Since commit 2f8a26c166eb ("clocksource: Improve GENERIC_CLOCKEVENTS dependency") all clocksource drivers depend on GENERIC_CLOCKEVENTS so drop the redundant attribute from the RDA-timer entry which was added later. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20200513122548.16974-1-johan@kernel.org
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 9c2d72b33e89..c82400273b0a 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -120,7 +120,6 @@ config OWL_TIMER
config RDA_TIMER
bool "RDA timer driver" if COMPILE_TEST
- depends on GENERIC_CLOCKEVENTS
select CLKSRC_MMIO
select TIMER_OF
help