diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c356146bd712..4a291045ebac 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -409,11 +409,11 @@ config ALIM7101_WDT | |||
409 | Most people will say N. | 409 | Most people will say N. |
410 | 410 | ||
411 | config F71808E_WDT | 411 | config F71808E_WDT |
412 | tristate "Fintek F71808E and F71882FG Watchdog" | 412 | tristate "Fintek F71808E, F71882FG and F71889FG Watchdog" |
413 | depends on X86 && EXPERIMENTAL | 413 | depends on X86 && EXPERIMENTAL |
414 | help | 414 | help |
415 | This is the driver for the hardware watchdog on the Fintek | 415 | This is the driver for the hardware watchdog on the Fintek |
416 | F71808E and F71882FG Super I/O controllers. | 416 | F71808E, F71882FG and F71889FG Super I/O controllers. |
417 | 417 | ||
418 | You can compile this driver directly into the kernel, or use | 418 | You can compile this driver directly into the kernel, or use |
419 | it as a module. The module will be called f71808e_wdt. | 419 | it as a module. The module will be called f71808e_wdt. |
@@ -565,10 +565,11 @@ config IT87_WDT | |||
565 | tristate "IT87 Watchdog Timer" | 565 | tristate "IT87 Watchdog Timer" |
566 | depends on X86 && EXPERIMENTAL | 566 | depends on X86 && EXPERIMENTAL |
567 | ---help--- | 567 | ---help--- |
568 | This is the driver for the hardware watchdog on the ITE IT8716, | 568 | This is the driver for the hardware watchdog on the ITE IT8702, |
569 | IT8718, IT8726, IT8712(Version J,K) Super I/O chips. This watchdog | 569 | IT8712, IT8716, IT8718, IT8720, IT8726, IT8712 Super I/O chips. |
570 | simply watches your kernel to make sure it doesn't freeze, and if | 570 | This watchdog simply watches your kernel to make sure it doesn't |
571 | it does, it reboots your computer after a certain amount of time. | 571 | freeze, and if it does, it reboots your computer after a certain |
572 | amount of time. | ||
572 | 573 | ||
573 | To compile this driver as a module, choose M here: the module will | 574 | To compile this driver as a module, choose M here: the module will |
574 | be called it87_wdt. | 575 | be called it87_wdt. |
@@ -916,6 +917,16 @@ config OCTEON_WDT | |||
916 | from the first interrupt, it is then only poked when the | 917 | from the first interrupt, it is then only poked when the |
917 | device is written. | 918 | device is written. |
918 | 919 | ||
920 | config BCM63XX_WDT | ||
921 | tristate "Broadcom BCM63xx hardware watchdog" | ||
922 | depends on BCM63XX | ||
923 | help | ||
924 | Watchdog driver for the built in watchdog hardware in Broadcom | ||
925 | BCM63xx SoC. | ||
926 | |||
927 | To compile this driver as a loadable module, choose M here. | ||
928 | The module will be called bcm63xx_wdt. | ||
929 | |||
919 | # PARISC Architecture | 930 | # PARISC Architecture |
920 | 931 | ||
921 | # POWERPC Architecture | 932 | # POWERPC Architecture |