diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-03-25 23:14:29 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-07-23 06:51:09 -0400 |
commit | 0dd6e4847ed8a42e81df6ffaa71129245a6d9d72 (patch) | |
tree | d9c3c0756b5f16f28aeaab70a4dc35ec3e57ef3e /drivers/watchdog/Kconfig | |
parent | 6b761b2902c56b468370e0ee1691c37e0dae042a (diff) |
watchdog: orion_wdt: Convert driver to watchdog core
Convert orion_wdt driver to use watchdog framework API.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Tested-by: Andrew Lunn <andrew@lunn.ch>
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 277ecbc36bcb..46e258c533cc 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -279,6 +279,7 @@ config DAVINCI_WATCHDOG | |||
279 | config ORION_WATCHDOG | 279 | config ORION_WATCHDOG |
280 | tristate "Orion watchdog" | 280 | tristate "Orion watchdog" |
281 | depends on ARCH_ORION5X || ARCH_KIRKWOOD | 281 | depends on ARCH_ORION5X || ARCH_KIRKWOOD |
282 | select WATCHDOG_CORE | ||
282 | help | 283 | help |
283 | Say Y here if to include support for the watchdog timer | 284 | Say Y here if to include support for the watchdog timer |
284 | in the Marvell Orion5x and Kirkwood ARM SoCs. | 285 | in the Marvell Orion5x and Kirkwood ARM SoCs. |