diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-01-07 10:37:33 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-01-07 10:37:33 -0500 |
commit | 0589c2de643ef71a684ba6d219532f9e2a3e554b (patch) | |
tree | b07a373b838bf186f90b58b78ebaf918cd03df73 /drivers/hwmon | |
parent | 97950c3d423e474ef887749b238ee67731b532fe (diff) |
hwmon: Deprecate the fscher and fscpos drivers
Now that the new merged fschmd driver has gained support for the watchdog
integrated into these IC's, there is no more reason to keep the old fscher
and fscpos drivers around, so mark them as deprecated.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/Kconfig | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 91975148f4b9..3c34fb5e4194 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -305,9 +305,13 @@ config SENSORS_F75375S | |||
305 | will be called f75375s. | 305 | will be called f75375s. |
306 | 306 | ||
307 | config SENSORS_FSCHER | 307 | config SENSORS_FSCHER |
308 | tristate "FSC Hermes" | 308 | tristate "FSC Hermes (DEPRECATED)" |
309 | depends on X86 && I2C | 309 | depends on X86 && I2C |
310 | help | 310 | help |
311 | This driver is DEPRECATED please use the new merged fschmd | ||
312 | ("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver | ||
313 | instead. | ||
314 | |||
311 | If you say yes here you get support for Fujitsu Siemens | 315 | If you say yes here you get support for Fujitsu Siemens |
312 | Computers Hermes sensor chips. | 316 | Computers Hermes sensor chips. |
313 | 317 | ||
@@ -315,9 +319,13 @@ config SENSORS_FSCHER | |||
315 | will be called fscher. | 319 | will be called fscher. |
316 | 320 | ||
317 | config SENSORS_FSCPOS | 321 | config SENSORS_FSCPOS |
318 | tristate "FSC Poseidon" | 322 | tristate "FSC Poseidon (DEPRECATED)" |
319 | depends on X86 && I2C | 323 | depends on X86 && I2C |
320 | help | 324 | help |
325 | This driver is DEPRECATED please use the new merged fschmd | ||
326 | ("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver | ||
327 | instead. | ||
328 | |||
321 | If you say yes here you get support for Fujitsu Siemens | 329 | If you say yes here you get support for Fujitsu Siemens |
322 | Computers Poseidon sensor chips. | 330 | Computers Poseidon sensor chips. |
323 | 331 | ||
@@ -326,15 +334,15 @@ config SENSORS_FSCPOS | |||
326 | 334 | ||
327 | config SENSORS_FSCHMD | 335 | config SENSORS_FSCHMD |
328 | tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles" | 336 | tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles" |
329 | depends on X86 && I2C && EXPERIMENTAL | 337 | depends on X86 && I2C |
330 | help | 338 | help |
331 | If you say yes here you get support for various Fujitsu Siemens | 339 | If you say yes here you get support for various Fujitsu Siemens |
332 | Computers sensor chips, including support for the integrated | 340 | Computers sensor chips, including support for the integrated |
333 | watchdog. | 341 | watchdog. |
334 | 342 | ||
335 | This is a new merged driver for FSC sensor chips which is intended | 343 | This is a merged driver for FSC sensor chips replacing the fscpos, |
336 | as a replacement for the fscpos, fscscy and fscher drivers and adds | 344 | fscscy and fscher drivers and adding support for several other FSC |
337 | support for several other FCS sensor chips. | 345 | sensor chips. |
338 | 346 | ||
339 | This driver can also be built as a module. If so, the module | 347 | This driver can also be built as a module. If so, the module |
340 | will be called fschmd. | 348 | will be called fschmd. |