Skip to content

Commit 1bc6e01

Browse files
Wolfram Sangtsbogend
authored andcommitted
watchdog: ar7_wdt: remove driver to prepare for platform removal
AR7 is going to be removed from the Kernel, so remove its watchdog support. This allows us to remove the platform because this driver includes a platform specific header. Signed-off-by: Wolfram Sang <[email protected]> Acked-by: Florian Fainelli <[email protected]> Acked-by: Guenter Roeck <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 9a6c782 commit 1bc6e01

File tree

3 files changed

+0
-322
lines changed

3 files changed

+0
-322
lines changed

drivers/watchdog/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,12 +1768,6 @@ config SIBYTE_WDOG
17681768
To compile this driver as a loadable module, choose M here.
17691769
The module will be called sb_wdog.
17701770

1771-
config AR7_WDT
1772-
tristate "TI AR7 Watchdog Timer"
1773-
depends on AR7 || (MIPS && 32BIT && COMPILE_TEST)
1774-
help
1775-
Hardware driver for the TI AR7 Watchdog Timer.
1776-
17771771
config TXX9_WDT
17781772
tristate "Toshiba TXx9 Watchdog Timer"
17791773
depends on CPU_TX49XX || (MIPS && COMPILE_TEST)

drivers/watchdog/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ obj-$(CONFIG_INDYDOG) += indydog.o
168168
obj-$(CONFIG_JZ4740_WDT) += jz4740_wdt.o
169169
obj-$(CONFIG_WDT_MTX1) += mtx-1_wdt.o
170170
obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
171-
obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
172171
obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
173172
obj-$(CONFIG_OCTEON_WDT) += octeon-wdt.o
174173
octeon-wdt-y := octeon-wdt-main.o octeon-wdt-nmi.o

drivers/watchdog/ar7_wdt.c

Lines changed: 0 additions & 315 deletions
This file was deleted.

0 commit comments

Comments
 (0)