diff options
author | Mans Rullgard <mans@mansr.com> | 2015-11-19 17:09:05 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2015-12-28 17:03:50 -0500 |
commit | dca536c433a20f916451d8318f4aa7158c0d811c (patch) | |
tree | b2b62c24e10a673ef06ed75fdbcb3580e688de31 /drivers/watchdog/Kconfig | |
parent | 5c6bb88a1b8890225d83fd00d14cf10ae00df91f (diff) |
watchdog: add support for Sigma Designs SMP86xx/SMP87xx
This adds support for the Sigma Designs SMP86xx/SMP87xx family built-in
watchdog.
Signed-off-by: Mans Rullgard <mans@mansr.com>
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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ba2bf0ea2cf2..afb7f91795cb 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -142,6 +142,16 @@ config MENF21BMC_WATCHDOG | |||
142 | This driver can also be built as a module. If so the module | 142 | This driver can also be built as a module. If so the module |
143 | will be called menf21bmc_wdt. | 143 | will be called menf21bmc_wdt. |
144 | 144 | ||
145 | config TANGOX_WATCHDOG | ||
146 | tristate "Sigma Designs SMP86xx/SMP87xx watchdog" | ||
147 | select WATCHDOG_CORE | ||
148 | depends on ARCH_TANGOX || COMPILE_TEST | ||
149 | help | ||
150 | Support for the watchdog in Sigma Designs SMP86xx (tango3) | ||
151 | and SMP87xx (tango4) family chips. | ||
152 | |||
153 | This driver can be built as a module. The module name is tangox_wdt. | ||
154 | |||
145 | config WM831X_WATCHDOG | 155 | config WM831X_WATCHDOG |
146 | tristate "WM831x watchdog" | 156 | tristate "WM831x watchdog" |
147 | depends on MFD_WM831X | 157 | depends on MFD_WM831X |