OLD | NEW |
1 # | 1 # |
2 # Watchdog device configuration | 2 # Watchdog device configuration |
3 # | 3 # |
4 | 4 |
5 menuconfig WATCHDOG | 5 menuconfig WATCHDOG |
6 bool "Watchdog Timer Support" | 6 bool "Watchdog Timer Support" |
7 ---help--- | 7 ---help--- |
8 If you say Y here (and to one of the following options) and create a | 8 If you say Y here (and to one of the following options) and create a |
9 character special file /dev/watchdog with major number 10 and minor | 9 character special file /dev/watchdog with major number 10 and minor |
10 number 130 using mknod ("man mknod"), you will get a watchdog, i.e.: | 10 number 130 using mknod ("man mknod"), you will get a watchdog, i.e.: |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 | 140 |
141 config KS8695_WATCHDOG | 141 config KS8695_WATCHDOG |
142 tristate "KS8695 watchdog" | 142 tristate "KS8695 watchdog" |
143 depends on ARCH_KS8695 | 143 depends on ARCH_KS8695 |
144 help | 144 help |
145 Watchdog timer embedded into KS8695 processor. This will reboot your | 145 Watchdog timer embedded into KS8695 processor. This will reboot your |
146 system when the timeout is reached. | 146 system when the timeout is reached. |
147 | 147 |
148 config S3C2410_WATCHDOG | 148 config S3C2410_WATCHDOG |
149 tristate "S3C2410 Watchdog" | 149 tristate "S3C2410 Watchdog" |
150 » depends on ARCH_S3C2410 | 150 » depends on ARCH_S3C2410 || ARCH_S5PV210 |
151 help | 151 help |
152 Watchdog timer block in the Samsung S3C2410 chips. This will | 152 Watchdog timer block in the Samsung S3C2410 chips. This will |
153 reboot the system when the timer expires with the watchdog | 153 reboot the system when the timer expires with the watchdog |
154 enabled. | 154 enabled. |
155 | 155 |
156 The driver is limited by the speed of the system's PCLK | 156 The driver is limited by the speed of the system's PCLK |
157 signal, so with reasonably fast systems (PCLK around 50-66MHz) | 157 signal, so with reasonably fast systems (PCLK around 50-66MHz) |
158 then watchdog intervals of over approximately 20seconds are | 158 then watchdog intervals of over approximately 20seconds are |
159 unavailable. | 159 unavailable. |
160 | 160 |
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 and if it does, it reboots your computer after a certain amount of | 1078 and if it does, it reboots your computer after a certain amount of |
1079 time. The card can also monitor the internal temperature of the PC. | 1079 time. The card can also monitor the internal temperature of the PC. |
1080 More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm
>. | 1080 More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm
>. |
1081 | 1081 |
1082 To compile this driver as a module, choose M here: the | 1082 To compile this driver as a module, choose M here: the |
1083 module will be called pcwd_usb. | 1083 module will be called pcwd_usb. |
1084 | 1084 |
1085 Most people will say N. | 1085 Most people will say N. |
1086 | 1086 |
1087 endif # WATCHDOG | 1087 endif # WATCHDOG |
OLD | NEW |