diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-28 11:26:12 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-28 11:26:12 -0400 |
commit | 7a9787e1eba95a166265e6a260cf30af04ef0a99 (patch) | |
tree | e730a4565e0318140d2fbd2f0415d18a339d7336 /drivers/watchdog/Kconfig | |
parent | 41b9eb264c8407655db57b60b4457fe1b2ec9977 (diff) | |
parent | 0173a3265b228da319ceb9c1ec6a5682fd1b2d92 (diff) |
Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirks
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 88 |
1 files changed, 77 insertions, 11 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ccb78f66c2b6..1a22fe782a27 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -66,6 +66,13 @@ config AT91RM9200_WATCHDOG | |||
66 | Watchdog timer embedded into AT91RM9200 chips. This will reboot your | 66 | Watchdog timer embedded into AT91RM9200 chips. This will reboot your |
67 | system when the timeout is reached. | 67 | system when the timeout is reached. |
68 | 68 | ||
69 | config AT91SAM9X_WATCHDOG | ||
70 | tristate "AT91SAM9X watchdog" | ||
71 | depends on WATCHDOG && (ARCH_AT91SAM9260 || ARCH_AT91SAM9261) | ||
72 | help | ||
73 | Watchdog timer embedded into AT91SAM9X chips. This will reboot your | ||
74 | system when the timeout is reached. | ||
75 | |||
69 | config 21285_WATCHDOG | 76 | config 21285_WATCHDOG |
70 | tristate "DC21285 watchdog" | 77 | tristate "DC21285 watchdog" |
71 | depends on FOOTBRIDGE | 78 | depends on FOOTBRIDGE |
@@ -217,6 +224,15 @@ config DAVINCI_WATCHDOG | |||
217 | NOTE: once enabled, this timer cannot be disabled. | 224 | NOTE: once enabled, this timer cannot be disabled. |
218 | Say N if you are unsure. | 225 | Say N if you are unsure. |
219 | 226 | ||
227 | config ORION5X_WATCHDOG | ||
228 | tristate "Orion5x watchdog" | ||
229 | depends on ARCH_ORION5X | ||
230 | help | ||
231 | Say Y here if to include support for the watchdog timer | ||
232 | in the Orion5x ARM SoCs. | ||
233 | To compile this driver as a module, choose M here: the | ||
234 | module will be called orion5x_wdt. | ||
235 | |||
220 | # ARM26 Architecture | 236 | # ARM26 Architecture |
221 | 237 | ||
222 | # AVR32 Architecture | 238 | # AVR32 Architecture |
@@ -285,10 +301,11 @@ config ALIM1535_WDT | |||
285 | 301 | ||
286 | config ALIM7101_WDT | 302 | config ALIM7101_WDT |
287 | tristate "ALi M7101 PMU Computer Watchdog" | 303 | tristate "ALi M7101 PMU Computer Watchdog" |
288 | depends on X86 && PCI | 304 | depends on PCI |
289 | help | 305 | help |
290 | This is the driver for the hardware watchdog on the ALi M7101 PMU | 306 | This is the driver for the hardware watchdog on the ALi M7101 PMU |
291 | as used in the x86 Cobalt servers. | 307 | as used in the x86 Cobalt servers and also found in some |
308 | SPARC Netra servers too. | ||
292 | 309 | ||
293 | To compile this driver as a module, choose M here: the | 310 | To compile this driver as a module, choose M here: the |
294 | module will be called alim7101_wdt. | 311 | module will be called alim7101_wdt. |
@@ -415,6 +432,18 @@ config IT8712F_WDT | |||
415 | To compile this driver as a module, choose M here: the | 432 | To compile this driver as a module, choose M here: the |
416 | module will be called it8712f_wdt. | 433 | module will be called it8712f_wdt. |
417 | 434 | ||
435 | config IT87_WDT | ||
436 | tristate "IT87 Watchdog Timer" | ||
437 | depends on X86 && EXPERIMENTAL | ||
438 | ---help--- | ||
439 | This is the driver for the hardware watchdog on the ITE IT8716, | ||
440 | IT8718, IT8726, IT8712(Version J,K) Super I/O chips. This watchdog | ||
441 | simply watches your kernel to make sure it doesn't freeze, and if | ||
442 | it does, it reboots your computer after a certain amount of time. | ||
443 | |||
444 | To compile this driver as a module, choose M here: the module will | ||
445 | be called it87_wdt. | ||
446 | |||
418 | config HP_WATCHDOG | 447 | config HP_WATCHDOG |
419 | tristate "HP Proliant iLO 2 Hardware Watchdog Timer" | 448 | tristate "HP Proliant iLO 2 Hardware Watchdog Timer" |
420 | depends on X86 | 449 | depends on X86 |
@@ -463,7 +492,17 @@ config PC87413_WDT | |||
463 | module will be called pc87413_wdt. | 492 | module will be called pc87413_wdt. |
464 | 493 | ||
465 | Most people will say N. | 494 | Most people will say N. |
466 | 495 | ||
496 | config RDC321X_WDT | ||
497 | tristate "RDC R-321x SoC watchdog" | ||
498 | depends on X86_RDC321X | ||
499 | help | ||
500 | This is the driver for the built in hardware watchdog | ||
501 | in the RDC R-321x SoC. | ||
502 | |||
503 | To compile this driver as a module, choose M here: the | ||
504 | module will be called rdc321x_wdt. | ||
505 | |||
467 | config 60XX_WDT | 506 | config 60XX_WDT |
468 | tristate "SBC-60XX Watchdog Timer" | 507 | tristate "SBC-60XX Watchdog Timer" |
469 | depends on X86 | 508 | depends on X86 |
@@ -562,6 +601,21 @@ config W83697HF_WDT | |||
562 | 601 | ||
563 | Most people will say N. | 602 | Most people will say N. |
564 | 603 | ||
604 | config W83697UG_WDT | ||
605 | tristate "W83697UG/W83697UF Watchdog Timer" | ||
606 | depends on X86 | ||
607 | ---help--- | ||
608 | This is the driver for the hardware watchdog on the W83697UG/UF | ||
609 | chipset as used in MSI Fuzzy CX700 VIA motherboards (and likely others). | ||
610 | This watchdog simply watches your kernel to make sure it doesn't | ||
611 | freeze, and if it does, it reboots your computer after a certain | ||
612 | amount of time. | ||
613 | |||
614 | To compile this driver as a module, choose M here: the | ||
615 | module will be called w83697ug_wdt. | ||
616 | |||
617 | Most people will say N. | ||
618 | |||
565 | config W83877F_WDT | 619 | config W83877F_WDT |
566 | tristate "W83877F (EMACS) Watchdog Timer" | 620 | tristate "W83877F (EMACS) Watchdog Timer" |
567 | depends on X86 | 621 | depends on X86 |
@@ -632,6 +686,16 @@ config SBC_EPX_C3_WATCHDOG | |||
632 | 686 | ||
633 | # MIPS Architecture | 687 | # MIPS Architecture |
634 | 688 | ||
689 | config RC32434_WDT | ||
690 | tristate "IDT RC32434 SoC Watchdog Timer" | ||
691 | depends on MIKROTIK_RB532 | ||
692 | help | ||
693 | Hardware driver for the IDT RC32434 SoC built-in | ||
694 | watchdog timer. | ||
695 | |||
696 | To compile this driver as a module, choose M here: the | ||
697 | module will be called rc32434_wdt. | ||
698 | |||
635 | config INDYDOG | 699 | config INDYDOG |
636 | tristate "Indy/I2 Hardware Watchdog" | 700 | tristate "Indy/I2 Hardware Watchdog" |
637 | depends on SGI_HAS_INDYDOG | 701 | depends on SGI_HAS_INDYDOG |
@@ -691,13 +755,17 @@ config MPC5200_WDT | |||
691 | tristate "MPC5200 Watchdog Timer" | 755 | tristate "MPC5200 Watchdog Timer" |
692 | depends on PPC_MPC52xx | 756 | depends on PPC_MPC52xx |
693 | 757 | ||
694 | config 8xx_WDT | 758 | config 8xxx_WDT |
695 | tristate "MPC8xx Watchdog Timer" | 759 | tristate "MPC8xxx Platform Watchdog Timer" |
696 | depends on 8xx | 760 | depends on PPC_8xx || PPC_83xx || PPC_86xx |
761 | help | ||
762 | This driver is for a SoC level watchdog that exists on some | ||
763 | Freescale PowerPC processors. So far this driver supports: | ||
764 | - MPC8xx watchdogs | ||
765 | - MPC83xx watchdogs | ||
766 | - MPC86xx watchdogs | ||
697 | 767 | ||
698 | config 83xx_WDT | 768 | For BookE processors (MPC85xx) use the BOOKE_WDT driver instead. |
699 | tristate "MPC83xx Watchdog Timer" | ||
700 | depends on PPC_83xx | ||
701 | 769 | ||
702 | config MV64X60_WDT | 770 | config MV64X60_WDT |
703 | tristate "MV64X60 (Marvell Discovery) Watchdog Timer" | 771 | tristate "MV64X60 (Marvell Discovery) Watchdog Timer" |
@@ -788,8 +856,6 @@ config WATCHDOG_RIO | |||
788 | machines. The watchdog timeout period is normally one minute but | 856 | machines. The watchdog timeout period is normally one minute but |
789 | can be changed with a boot-time parameter. | 857 | can be changed with a boot-time parameter. |
790 | 858 | ||
791 | # V850 Architecture | ||
792 | |||
793 | # XTENSA Architecture | 859 | # XTENSA Architecture |
794 | 860 | ||
795 | # | 861 | # |