diff options
| author | Thomas Gleixner <tglx@kernel.org> | 2026-01-24 02:17:52 +0300 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-03-12 14:23:26 +0300 |
| commit | ced7072a3ad65698f0ad378c8f8566379fe50723 (patch) | |
| tree | 704436672773a2607104eee21652e55a8bf549cd | |
| parent | 2a14f7c5ee790d9e49ec7df8efa7eb9446028d7e (diff) | |
| download | linux-ced7072a3ad65698f0ad378c8f8566379fe50723.tar.xz | |
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
| -rw-r--r-- | arch/mips/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/clocksource/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e48b62b4dc48..4364f3dba688 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 fd9112706545..d1a33a231a44 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 |
