aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorandrea.merello <andrea.merello@gmail.com>2017-02-02 08:44:03 +0100
committerGuenter Roeck <linux@roeck-us.net>2017-02-03 05:32:59 -0800
commit7f07ec0fa17ae6b4acf031d4c20a7da4f3fbc407 (patch)
tree08ba615f973301f7b34bcbf27fdc5069f557cedf /drivers/hwmon/Kconfig
parenthwmon: Register thermal zone only if 'dev' parameter was provided (diff)
downloadlinux-dev-7f07ec0fa17ae6b4acf031d4c20a7da4f3fbc407.tar.xz
linux-dev-7f07ec0fa17ae6b4acf031d4c20a7da4f3fbc407.zip
hwmon: new driver for ST stts751 thermal sensor
This patch adds a HWMON driver for ST Microelectronics STTS751 temperature sensors. Thanks-to: LABBE Corentin [for suggestions] Thanks-to: Guenter Roeck [for suggestion and discussions] Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Cc: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 190d270b20a2..0649d53f3d16 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1459,6 +1459,16 @@ config SENSORS_SCH5636
This driver can also be built as a module. If so, the module
will be called sch5636.
+config SENSORS_STTS751
+ tristate "ST Microelectronics STTS751"
+ depends on I2C
+ help
+ If you say yes here you get support for STTS751
+ temperature sensor chips.
+
+ This driver can also be built as a module. If so, the module
+ will be called stts751.
+
config SENSORS_SMM665
tristate "Summit Microelectronics SMM665"
depends on I2C