Skip to content

Commit

Permalink
clocksource/drivers/rda: drop redundant Kconfig dependency
Browse files Browse the repository at this point in the history
Since commit 2f8a26c ("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
  • Loading branch information
Johan Hovold authored and Daniel Lezcano committed May 22, 2020
1 parent bfed0ed commit 83cba95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clocksource/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83cba95

Please sign in to comment.