diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 64c6752ea2c..79fd606b7cd 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -66,6 +66,7 @@ config SOFT_WATCHDOG | |||
66 | config WM831X_WATCHDOG | 66 | config WM831X_WATCHDOG |
67 | tristate "WM831x watchdog" | 67 | tristate "WM831x watchdog" |
68 | depends on MFD_WM831X | 68 | depends on MFD_WM831X |
69 | select WATCHDOG_CORE | ||
69 | help | 70 | help |
70 | Support for the watchdog in the WM831x AudioPlus PMICs. When | 71 | Support for the watchdog in the WM831x AudioPlus PMICs. When |
71 | the watchdog triggers the system will be reset. | 72 | the watchdog triggers the system will be reset. |
@@ -170,6 +171,7 @@ config HAVE_S3C2410_WATCHDOG | |||
170 | config S3C2410_WATCHDOG | 171 | config S3C2410_WATCHDOG |
171 | tristate "S3C2410 Watchdog" | 172 | tristate "S3C2410 Watchdog" |
172 | depends on ARCH_S3C2410 || HAVE_S3C2410_WATCHDOG | 173 | depends on ARCH_S3C2410 || HAVE_S3C2410_WATCHDOG |
174 | select WATCHDOG_CORE | ||
173 | help | 175 | help |
174 | Watchdog timer block in the Samsung SoCs. This will reboot | 176 | Watchdog timer block in the Samsung SoCs. This will reboot |
175 | the system when the timer expires with the watchdog enabled. | 177 | the system when the timer expires with the watchdog enabled. |
@@ -312,13 +314,6 @@ config NUC900_WATCHDOG | |||
312 | To compile this driver as a module, choose M here: the | 314 | To compile this driver as a module, choose M here: the |
313 | module will be called nuc900_wdt. | 315 | module will be called nuc900_wdt. |
314 | 316 | ||
315 | config ADX_WATCHDOG | ||
316 | tristate "Avionic Design Xanthos watchdog" | ||
317 | depends on ARCH_PXA_ADX | ||
318 | help | ||
319 | Say Y here if you want support for the watchdog timer on Avionic | ||
320 | Design Xanthos boards. | ||
321 | |||
322 | config TS72XX_WATCHDOG | 317 | config TS72XX_WATCHDOG |
323 | tristate "TS-72XX SBC Watchdog" | 318 | tristate "TS-72XX SBC Watchdog" |
324 | depends on MACH_TS72XX | 319 | depends on MACH_TS72XX |