]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MIPS: Don't select CLOCKSOURCE_WATCHDOG
authorThomas Gleixner <tglx@kernel.org>
Fri, 23 Jan 2026 23:17:52 +0000 (00:17 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 12 Mar 2026 11:23:26 +0000 (12:23 +0100)
MIPS selects CLOCKSOURCE_WATCHDOG, but none of the clocksources actually
sets the MUST_VERIFY flag. So compiling the watchdog in is a pointless
exercise. Remove the selects.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260123231521.723433371@kernel.org
arch/mips/Kconfig
drivers/clocksource/Kconfig

index e48b62b4dc489efbd8b3256194eb63bd1c88294f..4364f3dba688fed141ccb463247075bf6a547cbc 100644 (file)
@@ -1131,7 +1131,6 @@ config CSRC_IOASIC
        bool
 
 config CSRC_R4K
-       select CLOCKSOURCE_WATCHDOG if CPU_FREQ
        bool
 
 config CSRC_SB1250
index fd9112706545425ad54a84b0c992cf09795c26c4..d1a33a231a44c381c9aef9cd01605c4ed71f6535 100644 (file)
@@ -596,7 +596,6 @@ config CLKSRC_VERSATILE
 config CLKSRC_MIPS_GIC
        bool
        depends on MIPS_GIC
-       select CLOCKSOURCE_WATCHDOG
        select TIMER_OF
 
 config CLKSRC_PXA