aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2009-04-06 22:00:30 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-07 11:31:03 -0400
commit3bcfa9e47a7d1be6faef3be6c4b2049e585e2f38 (patch)
tree7cc0896fb4ee501fb08560adc1747b7e5a7544cf /drivers/hwmon/Kconfig
parent6260a4b0521a41189b2c2a8119096c1e21dbdf2c (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/Kconfig10
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
361config 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
361config SENSORS_GL518SM 371config SENSORS_GL518SM
362 tristate "Genesys Logic GL518SM" 372 tristate "Genesys Logic GL518SM"
363 depends on I2C 373 depends on I2C