diff options
author | Il Han | 2015-08-30 20:44:26 +0900 |
---|---|---|
committer | Guenter Roeck | 2015-10-14 07:57:14 -0700 |
commit | 195a4b4298a7951c845dac2b326585c66add3435 (patch) | |
tree | ea2e8e46af138e75ccc0f36f0d5f4d40958496d7 /drivers/hwmon/Kconfig | |
parent | 25cb62b76430a91cc6195f902e61c2cb84ade622 (diff) |
hwmon: Driver for Maxim MAX31790
The driver supports the Maxim MAX31790.
Signed-off-by: Il Han <corone.il.han@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 e13c902e8966..796569eeaf1d 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -840,6 +840,16 @@ config SENSORS_MAX6697 This driver can also be built as a module. If so, the module will be called max6697. +config SENSORS_MAX31790 + tristate "Maxim MAX31790 sensor chip" + depends on I2C + help + If you say yes here you get support for 6-Channel PWM-Output + Fan RPM Controller. + + This driver can also be built as a module. If so, the module + will be called max31790. + config SENSORS_HTU21 tristate "Measurement Specialties HTU21D humidity/temperature sensors" depends on I2C |