diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-01-18 20:52:56 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2018-01-21 13:11:13 +0100 |
commit | d040a2ee0e6292b73a328e671eb92a7c9753d18f (patch) | |
tree | a373915df33f1843cb6949a139c9591813e094b6 /drivers/watchdog/Kconfig | |
parent | 887d2ec51e34b704837816a10f185f3b604170fd (diff) | |
download | linux-d040a2ee0e6292b73a328e671eb92a7c9753d18f.tar.bz2 |
watchdog: remove at32ap700x_wdt
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>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 633173260f5a..6a602f70aaa4 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -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 |