diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-28 18:47:21 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-28 18:47:21 -0400 |
| commit | a0cadc2777a71b1fde62e6417284b38e52128e88 (patch) | |
| tree | f0e6953108d5ef6e4bf04144d66823825a01d5ed /drivers/watchdog/Kconfig | |
| parent | 671f837a04cbcaaa10e8404989cf08ca3fdf1c80 (diff) | |
| parent | ad1d3a26cdb9a0eaa0bf8351a000df0f256b0baa (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:
watchdog: iTCO_wdt.c: remove extra pci_dev_put()'s from init code
watchdog: add support for Broadcom BCM63xx built-in watchdog
watchdog: f71808e_wdt: add support for the F71889FG
watchdog: MachZ: fix debug macro
watchdog: it8712f_wdt: Add module parameter for alternative reset sources
watchdog: it8712f_wdt: Add comments for config/control register names
watchdog: it87_wdt: Add support for watchdogs with 8b timers
watchdog: it87_wdt: Add support for IT8720F watchdog
watchdog: Use static const char * const where possible
watchdog: iTCO_wdt: Cleanup warning messages
watchdog: iTCO_wdt: TCO Watchdog patch for Intel Patsburg DeviceIDs
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 |
