mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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
This commit is contained in:
parent
2a14f7c5ee
commit
ced7072a3a
|
|
@ -1131,7 +1131,6 @@ config CSRC_IOASIC
|
|||
bool
|
||||
|
||||
config CSRC_R4K
|
||||
select CLOCKSOURCE_WATCHDOG if CPU_FREQ
|
||||
bool
|
||||
|
||||
config CSRC_SB1250
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user