diff options
author | Jochen Friedrich <jochen@scram.de> | 2008-07-24 06:22:05 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-26 16:19:56 -0400 |
commit | eaa95eb6ea43e6de8bea702c13556de9a1a1195a (patch) | |
tree | 76bd1f60d25550117128f4be673b66e0dce8a227 /drivers/watchdog/Kconfig | |
parent | 0e65fb2978467a3538af69858ae6bc13d332b9b2 (diff) |
[WATHDOG] delete unused driver mpc8xx_wdt.c
The watchdog driver mpc8xx_wdt.c was a device interface to
arch/ppc/syslib/m8xx_wdt.c for MPC8xx hardware. Now that ARCH=ppc is
gone, this driver is of no more use. For ARCH=powerpc, MPC8xx hardware
is supported by mpc8xxx_wdt.c.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Acked-by: Vitaly Bordug <vitb@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index db20542796bf..a8e80f2eb8ae 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -692,10 +692,6 @@ config MPC5200_WDT | |||
692 | tristate "MPC5200 Watchdog Timer" | 692 | tristate "MPC5200 Watchdog Timer" |
693 | depends on PPC_MPC52xx | 693 | depends on PPC_MPC52xx |
694 | 694 | ||
695 | config 8xx_WDT | ||
696 | tristate "MPC8xx Watchdog Timer" | ||
697 | depends on 8xx | ||
698 | |||
699 | config 8xxx_WDT | 695 | config 8xxx_WDT |
700 | tristate "MPC8xxx Platform Watchdog Timer" | 696 | tristate "MPC8xxx Platform Watchdog Timer" |
701 | depends on PPC_8xx || PPC_83xx || PPC_86xx | 697 | depends on PPC_8xx || PPC_83xx || PPC_86xx |