diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-09-23 22:59:42 +0200 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-09-23 22:59:42 +0200 |
commit | 91f17e02a224dc649eaffc8e0bca6db85efb9cd7 (patch) | |
tree | 5f538b6afab29f1e63cabdfa42a93d9a14e9d4d8 /drivers/hwmon/Kconfig | |
parent | 49dc9efed05ad3e49000097ce1ec31cd3bbc909b (diff) | |
download | blackbird-op-linux-91f17e02a224dc649eaffc8e0bca6db85efb9cd7.tar.gz blackbird-op-linux-91f17e02a224dc649eaffc8e0bca6db85efb9cd7.zip |
hwmon: Delete deprecated FSC drivers
The legacy fscpos and fscher drivers have been replaced by the unified
fschmd driver. The transition period is over now, we can delete them.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index ed7711d11ae8..9d881f708912 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -325,34 +325,6 @@ config SENSORS_F75375S This driver can also be built as a module. If so, the module will be called f75375s. -config SENSORS_FSCHER - 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 (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. - - This driver can also be built as a module. If so, the module - will be called fscpos. - config SENSORS_FSCHMD tristate "Fujitsu Siemens Computers sensor chips" depends on X86 && I2C |