diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-02-12 17:34:32 +0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-03-31 15:28:56 +0400 |
commit | d14fd9645501444f06034339118de56686e25dfb (patch) | |
tree | 9729037743b42ef0bf9e4dd99aa87493c37a7e1b /drivers/watchdog/Kconfig | |
parent | 70605d9bab216534a593f3ec8218ab8c015cb452 (diff) | |
download | linux-d14fd9645501444f06034339118de56686e25dfb.tar.xz |
watchdog: xilinx: Convert driver to the watchdog framework
- Remove uneeded headers, fops functions
- Use xilinx_wdt prefix in start/stop/keepalive functions
and in new structures
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
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 79d25894343a..82ffa0fbbfa1 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1026,6 +1026,7 @@ config M54xx_WATCHDOG config XILINX_WATCHDOG tristate "Xilinx Watchdog timer" depends on MICROBLAZE + select WATCHDOG_CORE ---help--- Watchdog driver for the xps_timebase_wdt ip core. |