diff options
author | Ashish Jangam <ashish.jangam@kpitcummins.com> | 2012-05-24 09:01:14 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-05-30 01:56:12 -0400 |
commit | 664a0d7862a6b10c709d4b4a3655fe2c59a20064 (patch) | |
tree | c543a0e6a3dd7e0cea7ab3e5f365af02ca23297f /drivers/watchdog/Kconfig | |
parent | 54e2dc9341aca23d5241699e3b74c8dce609fa2d (diff) |
Watchdog: DA9052/53 PMIC watchdog support
This driver adds support for the watchdog functionality provided by
the Dialog Semiconductor DA9052 PMIC chip.
Tested on samsung smdkv6410 and i.mx53 QS boards.
Signed-off-by: Anthony Olech <Anthony.Olech@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index d92d7488be16..004e26152460 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -64,6 +64,18 @@ config SOFT_WATCHDOG | |||
64 | To compile this driver as a module, choose M here: the | 64 | To compile this driver as a module, choose M here: the |
65 | module will be called softdog. | 65 | module will be called softdog. |
66 | 66 | ||
67 | config DA9052_WATCHDOG | ||
68 | tristate "Dialog DA9052 Watchdog" | ||
69 | depends on PMIC_DA9052 | ||
70 | select WATCHDOG_CORE | ||
71 | help | ||
72 | Support for the watchdog in the DA9052 PMIC. Watchdog trigger | ||
73 | cause system reset. | ||
74 | |||
75 | Say Y here to include support for the DA9052 watchdog. | ||
76 | Alternatively say M to compile the driver as a module, | ||
77 | which will be called da9052_wdt. | ||
78 | |||
67 | config WM831X_WATCHDOG | 79 | config WM831X_WATCHDOG |
68 | tristate "WM831x watchdog" | 80 | tristate "WM831x watchdog" |
69 | depends on MFD_WM831X | 81 | depends on MFD_WM831X |