diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2009-04-06 22:00:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 11:31:03 -0400 |
commit | 3bcfa9e47a7d1be6faef3be6c4b2049e585e2f38 (patch) | |
tree | 7cc0896fb4ee501fb08560adc1747b7e5a7544cf /drivers/hwmon/Kconfig | |
parent | 6260a4b0521a41189b2c2a8119096c1e21dbdf2c (diff) |
hwmon: add support for GMT G760A fan speed PWM controller
This controller can be found on the D-Link DNS-323 for instance, where
it is to be configured via static i2c_board_info in the board-specific
mach-orion/dns323-setup.c; this driver supports only the new-style
driver model.
Tested-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Signed-off-by: Matthew Palmer <mpalmer@debian.org>
Signed-off-by: Laurie Bradshaw <bradshaw.laurie@googlemail.com>
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index ce52bf2f235e..9b17dffc1c01 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -358,6 +358,16 @@ config SENSORS_FSCHMD | |||
358 | This driver can also be built as a module. If so, the module | 358 | This driver can also be built as a module. If so, the module |
359 | will be called fschmd. | 359 | will be called fschmd. |
360 | 360 | ||
361 | config SENSORS_G760A | ||
362 | tristate "GMT G760A" | ||
363 | depends on I2C | ||
364 | help | ||
365 | If you say yes here you get support for Global Mixed-mode | ||
366 | Technology Inc G760A fan speed PWM controller chips. | ||
367 | |||
368 | This driver can also be built as a module. If so, the module | ||
369 | will be called g760a. | ||
370 | |||
361 | config SENSORS_GL518SM | 371 | config SENSORS_GL518SM |
362 | tristate "Genesys Logic GL518SM" | 372 | tristate "Genesys Logic GL518SM" |
363 | depends on I2C | 373 | depends on I2C |