aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-01-07 10:37:33 -0500
committerJean Delvare <khali@linux-fr.org>2009-01-07 10:37:33 -0500
commit0589c2de643ef71a684ba6d219532f9e2a3e554b (patch)
treeb07a373b838bf186f90b58b78ebaf918cd03df73
parent97950c3d423e474ef887749b238ee67731b532fe (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>
-rw-r--r--Documentation/feature-removal-schedule.txt8
-rw-r--r--drivers/hwmon/Kconfig20
2 files changed, 22 insertions, 6 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 2193be53e773..5ddbe350487a 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -318,6 +318,14 @@ Who: Jean Delvare <khali@linux-fr.org>
318 318
319--------------------------- 319---------------------------
320 320
321What: fscher and fscpos drivers
322When: June 2009
323Why: Deprecated by the new fschmd driver.
324Who: Hans de Goede <hdegoede@redhat.com>
325 Jean Delvare <khali@linux-fr.org>
326
327---------------------------
328
321What: SELinux "compat_net" functionality 329What: SELinux "compat_net" functionality
322When: 2.6.30 at the earliest 330When: 2.6.30 at the earliest
323Why: In 2.6.18 the Secmark concept was introduced to replace the "compat_net" 331Why: In 2.6.18 the Secmark concept was introduced to replace the "compat_net"
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
307config SENSORS_FSCHER 307config 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
317config SENSORS_FSCPOS 321config 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
327config SENSORS_FSCHMD 335config 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.