diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 59 |
1 files changed, 46 insertions, 13 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index b166f2852a64..b1ccc04f3c9a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -240,6 +240,32 @@ config ORION_WATCHDOG | |||
240 | To compile this driver as a module, choose M here: the | 240 | To compile this driver as a module, choose M here: the |
241 | module will be called orion_wdt. | 241 | module will be called orion_wdt. |
242 | 242 | ||
243 | config COH901327_WATCHDOG | ||
244 | bool "ST-Ericsson COH 901 327 watchdog" | ||
245 | depends on ARCH_U300 | ||
246 | default y if MACH_U300 | ||
247 | help | ||
248 | Say Y here to include Watchdog timer support for the | ||
249 | watchdog embedded into the ST-Ericsson U300 series platforms. | ||
250 | This watchdog is used to reset the system and thus cannot be | ||
251 | compiled as a module. | ||
252 | |||
253 | config TWL4030_WATCHDOG | ||
254 | tristate "TWL4030 Watchdog" | ||
255 | depends on TWL4030_CORE | ||
256 | help | ||
257 | Support for TI TWL4030 watchdog. Say 'Y' here to enable the | ||
258 | watchdog timer support for TWL4030 chips. | ||
259 | |||
260 | config STMP3XXX_WATCHDOG | ||
261 | tristate "Freescale STMP3XXX watchdog" | ||
262 | depends on ARCH_STMP3XXX | ||
263 | help | ||
264 | Say Y here if to include support for the watchdog timer | ||
265 | for the Sigmatel STMP37XX/378X SoC. | ||
266 | To compile this driver as a module, choose M here: the | ||
267 | module will be called stmp3xxx_wdt. | ||
268 | |||
243 | # AVR32 Architecture | 269 | # AVR32 Architecture |
244 | 270 | ||
245 | config AT32AP700X_WDT | 271 | config AT32AP700X_WDT |
@@ -703,6 +729,12 @@ config SBC_EPX_C3_WATCHDOG | |||
703 | 729 | ||
704 | # MIPS Architecture | 730 | # MIPS Architecture |
705 | 731 | ||
732 | config BCM47XX_WDT | ||
733 | tristate "Broadcom BCM47xx Watchdog Timer" | ||
734 | depends on BCM47XX | ||
735 | help | ||
736 | Hardware driver for the Broadcom BCM47xx Watchog Timer. | ||
737 | |||
706 | config RC32434_WDT | 738 | config RC32434_WDT |
707 | tristate "IDT RC32434 SoC Watchdog Timer" | 739 | tristate "IDT RC32434 SoC Watchdog Timer" |
708 | depends on MIKROTIK_RB532 | 740 | depends on MIKROTIK_RB532 |
@@ -729,6 +761,15 @@ config WDT_MTX1 | |||
729 | Hardware driver for the MTX-1 boards. This is a watchdog timer that | 761 | Hardware driver for the MTX-1 boards. This is a watchdog timer that |
730 | will reboot the machine after a 100 seconds timer expired. | 762 | will reboot the machine after a 100 seconds timer expired. |
731 | 763 | ||
764 | config PNX833X_WDT | ||
765 | tristate "PNX833x Hardware Watchdog" | ||
766 | depends on SOC_PNX8335 | ||
767 | help | ||
768 | Hardware driver for the PNX833x's watchdog. This is a | ||
769 | watchdog timer that will reboot the machine after a programable | ||
770 | timer has expired and no process has written to /dev/watchdog during | ||
771 | that time. | ||
772 | |||
732 | config WDT_RM9K_GPI | 773 | config WDT_RM9K_GPI |
733 | tristate "RM9000/GPI hardware watchdog" | 774 | tristate "RM9000/GPI hardware watchdog" |
734 | depends on CPU_RM9000 | 775 | depends on CPU_RM9000 |
@@ -966,24 +1007,16 @@ config WDTPCI | |||
966 | ---help--- | 1007 | ---help--- |
967 | If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N. | 1008 | If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N. |
968 | 1009 | ||
969 | To compile this driver as a module, choose M here: the | 1010 | If you have a PCI-WDT501 watchdog board then you can enable the |
970 | module will be called wdt_pci. | 1011 | temperature sensor by setting the type parameter to 501. |
971 | |||
972 | config WDT_501_PCI | ||
973 | bool "PCI-WDT501 features" | ||
974 | depends on WDTPCI | ||
975 | help | ||
976 | Saying Y here and creating a character special file /dev/temperature | ||
977 | with major number 10 and minor number 131 ("man mknod") will give | ||
978 | you a thermometer inside your computer: reading from | ||
979 | /dev/temperature yields one byte, the temperature in degrees | ||
980 | Fahrenheit. This works only if you have a PCI-WDT501 watchdog board | ||
981 | installed. | ||
982 | 1012 | ||
983 | If you want to enable the Fan Tachometer on the PCI-WDT501, then you | 1013 | If you want to enable the Fan Tachometer on the PCI-WDT501, then you |
984 | can do this via the tachometer parameter. Only do this if you have a | 1014 | can do this via the tachometer parameter. Only do this if you have a |
985 | fan tachometer actually set up. | 1015 | fan tachometer actually set up. |
986 | 1016 | ||
1017 | To compile this driver as a module, choose M here: the | ||
1018 | module will be called wdt_pci. | ||
1019 | |||
987 | # | 1020 | # |
988 | # USB-based Watchdog Cards | 1021 | # USB-based Watchdog Cards |
989 | # | 1022 | # |