Skip to content

Commit

Permalink
watchdog: remove ks8695 driver
Browse files Browse the repository at this point in the history
The platform is getting removed, so there are no remaining
users of this driver.

Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
  • Loading branch information
arndb authored and Wim Van Sebroeck committed Sep 16, 2019
1 parent c9b8af4 commit a65f506
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 336 deletions.
9 changes: 0 additions & 9 deletions Documentation/watchdog/watchdog-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,6 @@ ixp4xx_wdt:

-------------------------------------------------

ks8695_wdt:
wdt_time:
Watchdog time in seconds. (default=5)
nowayout:
Watchdog cannot be stopped once started
(default=kernel config parameter)

-------------------------------------------------

machzwd:
nowayout:
Watchdog cannot be stopped once started
Expand Down
7 changes: 0 additions & 7 deletions drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -477,13 +477,6 @@ config IXP4XX_WATCHDOG

Say N if you are unsure.

config KS8695_WATCHDOG
tristate "KS8695 watchdog"
depends on ARCH_KS8695
help
Watchdog timer embedded into KS8695 processor. This will reboot your
system when the timeout is reached.

config HAVE_S3C2410_WATCHDOG
bool
help
Expand Down
1 change: 0 additions & 1 deletion drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ obj-$(CONFIG_21285_WATCHDOG) += wdt285.o
obj-$(CONFIG_977_WATCHDOG) += wdt977.o
obj-$(CONFIG_FTWDT010_WATCHDOG) += ftwdt010_wdt.o
obj-$(CONFIG_IXP4XX_WATCHDOG) += ixp4xx_wdt.o
obj-$(CONFIG_KS8695_WATCHDOG) += ks8695_wdt.o
obj-$(CONFIG_S3C2410_WATCHDOG) += s3c2410_wdt.o
obj-$(CONFIG_SA1100_WATCHDOG) += sa1100_wdt.o
obj-$(CONFIG_SAMA5D4_WATCHDOG) += sama5d4_wdt.o
Expand Down
319 changes: 0 additions & 319 deletions drivers/watchdog/ks8695_wdt.c

This file was deleted.

0 comments on commit a65f506

Please sign in to comment.