diff options
author | Peter Rosin <peda@axentia.se> | 2018-11-17 15:13:00 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-12-17 02:13:19 +0300 |
commit | e8fda2c8646e504a732fbe7507c543279323c3d9 (patch) | |
tree | 03045a789b8b17dfa19b8ff11e6e9c1098818cf0 /drivers/hwmon/Kconfig | |
parent | e1fd3be613e9d00c4b04ba0e9de1a6233fceedf2 (diff) | |
download | linux-e8fda2c8646e504a732fbe7507c543279323c3d9.tar.xz |
hwmon: (ntc_thermistor): add support for B57891S0103 from Epcos
More of the same...
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 6c3e331ff44c..fe1e75051fd8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1218,7 +1218,8 @@ config SENSORS_NTC_THERMISTOR Currently, this driver supports NCP15WB473, NCP18WB473, NCP21WB473, NCP03WB473, NCP15WL333, - NCP03WF104 and NCP15XH103 from Murata and B57330V2103 from EPCOS. + NCP03WF104 and NCP15XH103 from Murata and B57330V2103 and + B57891S0103 from EPCOS. This driver can also be built as a module. If so, the module will be called ntc-thermistor. |