diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-03-15 23:53:53 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-03-27 14:16:07 -0400 |
commit | d6245842384c9289d4f778555fd8be729e0b0306 (patch) | |
tree | a51ecf0a2c130fb753a3ec9fbd852391aaf00f6e /drivers/watchdog/Kconfig | |
parent | dddbc6a0513b25c80e73e14ee704186deedc0d00 (diff) |
watchdog: Convert txx9wdt driver to watchdog framework
This patch converts txx9wdt driver to watchdog framework.
Also use devm_* APIs to save a few error handling code.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index e25a4646672a..5d8cd69e191a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1003,6 +1003,7 @@ config AR7_WDT | |||
1003 | config TXX9_WDT | 1003 | config TXX9_WDT |
1004 | tristate "Toshiba TXx9 Watchdog Timer" | 1004 | tristate "Toshiba TXx9 Watchdog Timer" |
1005 | depends on CPU_TX39XX || CPU_TX49XX | 1005 | depends on CPU_TX39XX || CPU_TX49XX |
1006 | select WATCHDOG_CORE | ||
1006 | help | 1007 | help |
1007 | Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs. | 1008 | Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs. |
1008 | 1009 | ||