The following commit has been merged into the timers/core branch of tip:

Commit-ID:     83cba9536905e4f82b726a98fe404400f0c9eb76
Gitweb:        
https://git.kernel.org/tip/83cba9536905e4f82b726a98fe404400f0c9eb76
Author:        Johan Hovold <[email protected]>
AuthorDate:    Wed, 13 May 2020 14:25:48 +02:00
Committer:     Daniel Lezcano <[email protected]>
CommitterDate: Fri, 22 May 2020 23:58:56 +02:00

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 <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
---
 drivers/clocksource/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 9c2d72b..c824002 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

Reply via email to