]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
watchdog: remove driver for integrated WDT of ZFx86 486-based SoC
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Tue, 28 Apr 2026 01:48:02 +0000 (18:48 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 3 May 2026 15:33:06 +0000 (08:33 -0700)
commit151d4c1b2fbf7d9604a5f4de1bcb80a53a9ead1c
treef7f9dcf81f8ba4db47d38657ae05a333ac525b65
parent254f49634ee16a731174d2ae34bc50bd5f45e731
watchdog: remove driver for integrated WDT of ZFx86 486-based SoC

The machzwd driver supports the integrated watchdog of the ZF Micro
ZFx86 SoC, which contains a 486-compatible core [1]. Since 486
support was removed in commit 8b793a92d862 ("x86/cpu: Remove
M486/M486SX/ELAN support"), the driver is no longer useful, Remove it.

[1] https://www.zfmicro.com/zfx86.html

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20260428014806.35400-1-enelsonmoore@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/watchdog/watchdog-parameters.rst
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/machzwd.c [deleted file]