Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126982
b: refs/heads/master
c: 0589c2d
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Jean Delvare committed Jan 7, 2009
1 parent 4fd790d commit 9e2a945
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 97950c3d423e474ef887749b238ee67731b532fe
refs/heads/master: 0589c2de643ef71a684ba6d219532f9e2a3e554b
8 changes: 8 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,14 @@ Who: Jean Delvare <khali@linux-fr.org>

---------------------------

What: fscher and fscpos drivers
When: June 2009
Why: Deprecated by the new fschmd driver.
Who: Hans de Goede <hdegoede@redhat.com>
Jean Delvare <khali@linux-fr.org>

---------------------------

What: SELinux "compat_net" functionality
When: 2.6.30 at the earliest
Why: In 2.6.18 the Secmark concept was introduced to replace the "compat_net"
Expand Down
20 changes: 14 additions & 6 deletions trunk/drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -305,19 +305,27 @@ config SENSORS_F75375S
will be called f75375s.

config SENSORS_FSCHER
tristate "FSC Hermes"
tristate "FSC Hermes (DEPRECATED)"
depends on X86 && I2C
help
This driver is DEPRECATED please use the new merged fschmd
("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver
instead.

If you say yes here you get support for Fujitsu Siemens
Computers Hermes sensor chips.

This driver can also be built as a module. If so, the module
will be called fscher.

config SENSORS_FSCPOS
tristate "FSC Poseidon"
tristate "FSC Poseidon (DEPRECATED)"
depends on X86 && I2C
help
This driver is DEPRECATED please use the new merged fschmd
("FSC Poseidon, Scylla, Hermes, Heimdall and Heracles") driver
instead.

If you say yes here you get support for Fujitsu Siemens
Computers Poseidon sensor chips.

Expand All @@ -326,15 +334,15 @@ config SENSORS_FSCPOS

config SENSORS_FSCHMD
tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles"
depends on X86 && I2C && EXPERIMENTAL
depends on X86 && I2C
help
If you say yes here you get support for various Fujitsu Siemens
Computers sensor chips, including support for the integrated
watchdog.

This is a new merged driver for FSC sensor chips which is intended
as a replacement for the fscpos, fscscy and fscher drivers and adds
support for several other FCS sensor chips.
This is a merged driver for FSC sensor chips replacing the fscpos,
fscscy and fscher drivers and adding support for several other FSC
sensor chips.

This driver can also be built as a module. If so, the module
will be called fschmd.
Expand Down

0 comments on commit 9e2a945

Please sign in to comment.