Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <tglx@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260123231521.723433371@kernel.org

-2
-1
arch/mips/Kconfig
··· 1131 1131 bool 1132 1132 1133 1133 config CSRC_R4K 1134 - select CLOCKSOURCE_WATCHDOG if CPU_FREQ 1135 1134 bool 1136 1135 1137 1136 config CSRC_SB1250
-1
drivers/clocksource/Kconfig
··· 596 596 config CLKSRC_MIPS_GIC 597 597 bool 598 598 depends on MIPS_GIC 599 - select CLOCKSOURCE_WATCHDOG 600 599 select TIMER_OF 601 600 602 601 config CLKSRC_PXA