Skip to content

Commit

Permalink
watchdog: remove at32ap700x_wdt
Browse files Browse the repository at this point in the history
Since AVR32 is gone, this driver is useless.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Acked-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Corentin Labbe authored and Wim Van Sebroeck committed Jan 21, 2018
1 parent 887d2ec commit d040a2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 445 deletions.
9 changes: 0 additions & 9 deletions drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -807,15 +807,6 @@ config SPRD_WATCHDOG
Say Y here to include watchdog timer supported
by Spreadtrum system.

# AVR32 Architecture

config AT32AP700X_WDT
tristate "AT32AP700x watchdog"
depends on CPU_AT32AP700X || COMPILE_TEST
help
Watchdog timer embedded into AT32AP700x devices. This will reboot
your system when the timeout is reached.

# BLACKFIN Architecture

config BFIN_WDT
Expand Down
3 changes: 0 additions & 3 deletions drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ obj-$(CONFIG_UNIPHIER_WATCHDOG) += uniphier_wdt.o
obj-$(CONFIG_RTD119X_WATCHDOG) += rtd119x_wdt.o
obj-$(CONFIG_SPRD_WATCHDOG) += sprd_wdt.o

# AVR32 Architecture
obj-$(CONFIG_AT32AP700X_WDT) += at32ap700x_wdt.o

# BLACKFIN Architecture
obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o

Expand Down
Loading

0 comments on commit d040a2e

Please sign in to comment.