aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2016-06-09 09:29:05 -0400
committerWim Van Sebroeck <wim@iguana.be>2016-07-17 15:01:07 -0400
commitff3bb2f5c3cd70f4dd642525916f300bffaff0ae (patch)
tree2ddbf2d0d7223311b440ebbc48a2421450ffb705 /drivers/watchdog/Kconfig
parent14b24a88a36602c2c4e3bbb955be1aa9378c3be2 (diff)
watchdog: max77620: Add support for watchdog timer
Maxim PMIC MAX77620 is Power management IC which have multiple sub blocks like regulators (DCDC/LDOs), GPIO, RTC, Clock, Watchdog timer etc. Add the driver for watchdog timer under watchdog framework. The driver implements the watchdog callbacks to start, stop, ping and set timeout for watchodg framework. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index a12bf540c0b1..65058d659d52 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -516,6 +516,15 @@ config MAX63XX_WATCHDOG
516 help 516 help
517 Support for memory mapped max63{69,70,71,72,73,74} watchdog timer. 517 Support for memory mapped max63{69,70,71,72,73,74} watchdog timer.
518 518
519config MAX77620_WATCHDOG
520 tristate "Maxim Max77620 Watchdog Timer"
521 depends on MFD_MAX77620
522 help
523 This is the driver for the Max77620 watchdog timer.
524 Say 'Y' here to enable the watchdog timer support for
525 MAX77620 chips. To compile this driver as a module,
526 choose M here: the module will be called max77620_wdt.
527
519config IMX2_WDT 528config IMX2_WDT
520 tristate "IMX2+ Watchdog" 529 tristate "IMX2+ Watchdog"
521 depends on ARCH_MXC || ARCH_LAYERSCAPE 530 depends on ARCH_MXC || ARCH_LAYERSCAPE