Skip to content

Commit

Permalink
mpc52xx/wdt: remove obsolete old WDT implementation
Browse files Browse the repository at this point in the history
Remove the old WDT implementation.

Signed-off-by: Albrecht Dreß <albrecht.dress@arcor.de>
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Albrecht Dreß authored and Grant Likely committed Dec 8, 2009
1 parent eda43d1 commit 6d53559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 295 deletions.
4 changes: 3 additions & 1 deletion drivers/watchdog/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,10 @@ config GEF_WDT
Watchdog timer found in a number of GE Fanuc single board computers.

config MPC5200_WDT
tristate "MPC5200 Watchdog Timer"
bool "MPC52xx Watchdog Timer"
depends on PPC_MPC52xx
help
Use General Purpose Timer (GPT) 0 on the MPC5200 as Watchdog.

config 8xxx_WDT
tristate "MPC8xxx Platform Watchdog Timer"
Expand Down
1 change: 0 additions & 1 deletion drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ obj-$(CONFIG_TXX9_WDT) += txx9wdt.o

# POWERPC Architecture
obj-$(CONFIG_GEF_WDT) += gef_wdt.o
obj-$(CONFIG_MPC5200_WDT) += mpc5200_wdt.o
obj-$(CONFIG_8xxx_WDT) += mpc8xxx_wdt.o
obj-$(CONFIG_MV64X60_WDT) += mv64x60_wdt.o
obj-$(CONFIG_PIKA_WDT) += pika_wdt.o
Expand Down
293 changes: 0 additions & 293 deletions drivers/watchdog/mpc5200_wdt.c

This file was deleted.

0 comments on commit 6d53559

Please sign in to comment.