diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2021-03-18 18:25:06 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2021-06-21 08:49:11 +0200 |
commit | bc65baf73b68448e79e8ff797522d1976788deb1 (patch) | |
tree | bdcfc95484aa006224f2f279d48b3ad572a5be31 /drivers/watchdog/Kconfig | |
parent | doc: mtk-wdt: support pre-timeout when the bark irq is available (diff) | |
download | linux-bc65baf73b68448e79e8ff797522d1976788deb1.tar.xz linux-bc65baf73b68448e79e8ff797522d1976788deb1.zip |
watchdog: Remove MV64x60 watchdog driver
Commit 92c8c16f3457 ("powerpc/embedded6xx: Remove C2K board support")
removed the last selector of CONFIG_MV64X60.
Therefore CONFIG_MV64X60_WDT cannot be selected anymore and
can be removed.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/9c2952bcfaec3b1789909eaa36bbce2afbfab7ab.1616085654.git.christophe.leroy@csgroup.eu
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 433ca1ffe01c..fcc61c948f01 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1849,10 +1849,6 @@ config 8xxx_WDT For BookE processors (MPC85xx) use the BOOKE_WDT driver instead. -config MV64X60_WDT - tristate "MV64X60 (Marvell Discovery) Watchdog Timer" - depends on MV64X60 || COMPILE_TEST - config PIKA_WDT tristate "PIKA FPGA Watchdog" depends on WARP || (PPC64 && COMPILE_TEST) |