diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2016-10-11 10:26:31 +1300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-12-02 13:28:05 -0800 |
commit | aaf6fabf1be80b66aade0544e0ad619682e26616 (patch) | |
tree | df02b5ebcb8c1fbf5c2efc64d11eff21bb696e28 /drivers/hwmon/Kconfig | |
parent | 4538bfbf2d9f1fc48c07ac0cc0ee58716fe7fe96 (diff) | |
download | blackbird-obmc-linux-aaf6fabf1be80b66aade0544e0ad619682e26616.tar.gz blackbird-obmc-linux-aaf6fabf1be80b66aade0544e0ad619682e26616.zip |
hwmon: Add tc654 driver
Add support for the tc654 and tc655 fan controllers from Microchip.
http://ww1.microchip.com/downloads/en/DeviceDoc/20001734C.pdf
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Acked-by: Rob Herring <robh@kernel.org>
[groeck: Fixed continuation line alignments]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 45cef3d2c75c..8681bc65cde5 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -907,6 +907,17 @@ config SENSORS_MCP3021 This driver can also be built as a module. If so, the module will be called mcp3021. +config SENSORS_TC654 + tristate "Microchip TC654/TC655 and compatibles" + depends on I2C + help + If you say yes here you get support for TC654 and TC655. + The TC654 and TC655 are PWM mode fan speed controllers with + FanSense technology for use with brushless DC fans. + + This driver can also be built as a module. If so, the module + will be called tc654. + config SENSORS_MENF21BMC_HWMON tristate "MEN 14F021P00 BMC Hardware Monitoring" depends on MFD_MENF21BMC |