diff options
author | Joseph McNally <jmcna06@gmail.com> | 2016-02-29 01:31:23 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-03-05 17:25:34 +0300 |
commit | 54ce3a0d801142c96935122736a46c08d15d83b5 (patch) | |
tree | 4c5430c0cfe8040dc361afe99e4aef9f42e40d05 /drivers/hwmon/Kconfig | |
parent | 92417dad642c4002ae0b888514088a9aa8b6f9d0 (diff) | |
download | linux-54ce3a0d801142c96935122736a46c08d15d83b5.tar.xz |
hwmon: (ntc_thermistor) Add support for ncpXXxh103
This patch adds support for the Murata NCP15XH103 thermistor series.
Signed-off-by: Joseph McNally <jmcna06@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 852c8a85e1e8..7a437ce99cf2 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1141,7 +1141,7 @@ config SENSORS_NTC_THERMISTOR Currently, this driver supports NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, NCP15WL333, - and NCP03WF104 from Murata and B57330V2103 from EPCOS. + NCP03WF104 and NCP15XH103 from Murata and B57330V2103 from EPCOS. This driver can also be built as a module. If so, the module will be called ntc-thermistor. |