Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Side by Side Diff: drivers/watchdog/Kconfig

Issue 1848001: Add Watchdog driver support for S5PV210 (Closed) Base URL: swsolcc@12.23.106.100:kernel-samsung.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « arch/arm/plat-s5p/devs.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « arch/arm/plat-s5p/devs.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698