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/Makefile | |
parent | 887d2ec51e34b704837816a10f185f3b604170fd (diff) |
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/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 4b374b9e55e8..b7123bab9f8e 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -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 |