diff options
author | Hans de Goede <j.w.r.degoede@hhs.nl> | 2007-10-11 08:06:29 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-10-11 08:11:24 -0400 |
commit | 569ff1022662a88591b0a89ea316a3c44306d199 (patch) | |
tree | a0420271733bae76afce1a13c8a3942a41607635 /drivers/hwmon/Kconfig | |
parent | 4cfdbe7f6cfdc07c27ae8ac490cd3453440dd9d8 (diff) |
hwmon: Add new combined driver for FSC chips
This patch adds a new merged driver for FSC sensor chips, it merges the fscher
and fscpos drivers and adds support for the FSC Scylla, Heracles and Heimdall
chips.
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index c69de6c56d97..e47f88170806 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -266,6 +266,20 @@ config SENSORS_FSCPOS | |||
266 | This driver can also be built as a module. If so, the module | 266 | This driver can also be built as a module. If so, the module |
267 | will be called fscpos. | 267 | will be called fscpos. |
268 | 268 | ||
269 | config SENSORS_FSCHMD | ||
270 | tristate "FSC Poseidon, Scylla, Hermes, Heimdall and Heracles" | ||
271 | depends on X86 && I2C && EXPERIMENTAL | ||
272 | help | ||
273 | If you say yes here you get support for various Fujitsu Siemens | ||
274 | Computers sensor chips. | ||
275 | |||
276 | This is a new merged driver for FSC sensor chips which is intended | ||
277 | as a replacment for the fscpos, fscscy and fscher drivers and adds | ||
278 | support for several other FCS sensor chips. | ||
279 | |||
280 | This driver can also be built as a module. If so, the module | ||
281 | will be called fschmd. | ||
282 | |||
269 | config SENSORS_GL518SM | 283 | config SENSORS_GL518SM |
270 | tristate "Genesys Logic GL518SM" | 284 | tristate "Genesys Logic GL518SM" |
271 | depends on I2C | 285 | depends on I2C |