From: Thomas Gleixner Date: Fri, 23 Jan 2026 23:17:52 +0000 (+0100) Subject: MIPS: Don't select CLOCKSOURCE_WATCHDOG X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced7072a3ad65698f0ad378c8f8566379fe50723;p=thirdparty%2Fkernel%2Flinux.git MIPS: Don't select CLOCKSOURCE_WATCHDOG 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 Signed-off-by: Thomas Gleixner Link: https://patch.msgid.link/20260123231521.723433371@kernel.org --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e48b62b4dc489..4364f3dba688f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1131,7 +1131,6 @@ config CSRC_IOASIC bool config CSRC_R4K - select CLOCKSOURCE_WATCHDOG if CPU_FREQ bool config CSRC_SB1250 diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index fd91127065454..d1a33a231a44c 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -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