diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 21d816e9dfa5..de78d0ab041f 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -186,6 +186,15 @@ config SA1100_WATCHDOG | |||
186 | To compile this driver as a module, choose M here: the | 186 | To compile this driver as a module, choose M here: the |
187 | module will be called sa1100_wdt. | 187 | module will be called sa1100_wdt. |
188 | 188 | ||
189 | config DW_WATCHDOG | ||
190 | tristate "Synopsys DesignWare watchdog" | ||
191 | depends on ARM && HAVE_CLK | ||
192 | help | ||
193 | Say Y here if to include support for the Synopsys DesignWare | ||
194 | watchdog timer found in many ARM chips. | ||
195 | To compile this driver as a module, choose M here: the | ||
196 | module will be called dw_wdt. | ||
197 | |||
189 | config MPCORE_WATCHDOG | 198 | config MPCORE_WATCHDOG |
190 | tristate "MPcore watchdog" | 199 | tristate "MPcore watchdog" |
191 | depends on HAVE_ARM_TWD | 200 | depends on HAVE_ARM_TWD |