diff options
author | Ashish Jangam <ashish.jangam@kpitcummins.com> | 2012-10-12 05:30:03 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2012-12-19 16:24:58 -0500 |
commit | 312b00e1c31011dd009f51a52e14a500f61f1f31 (patch) | |
tree | 2bc209287397eeb6da979f50ded6e9bbe4a754e7 /drivers/watchdog/Kconfig | |
parent | 1ba85387f0224dca9f0f9d783b09c9ceeb1c91bd (diff) |
watchdog: DA9055 Watchdog driver
This is the Watchdog patch for the DA9055 PMIC. This patch has got dependency on
the DA9055 MFD core.
This patch is functionally tested on SMDK6410
Signed-off-by: David Dajun Chen <dchen@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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index aecce5c8cf11..16e7dcddd95e 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -76,6 +76,16 @@ config DA9052_WATCHDOG | |||
76 | Alternatively say M to compile the driver as a module, | 76 | Alternatively say M to compile the driver as a module, |
77 | which will be called da9052_wdt. | 77 | which will be called da9052_wdt. |
78 | 78 | ||
79 | config DA9055_WATCHDOG | ||
80 | tristate "Dialog Semiconductor DA9055 Watchdog" | ||
81 | depends on MFD_DA9055 | ||
82 | help | ||
83 | If you say yes here you get support for watchdog on the Dialog | ||
84 | Semiconductor DA9055 PMIC. | ||
85 | |||
86 | This driver can also be built as a module. If so, the module | ||
87 | will be called da9055_wdt. | ||
88 | |||
79 | config WM831X_WATCHDOG | 89 | config WM831X_WATCHDOG |
80 | tristate "WM831x watchdog" | 90 | tristate "WM831x watchdog" |
81 | depends on MFD_WM831X | 91 | depends on MFD_WM831X |