aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-09-13 15:21:59 +0800
committerGuenter Roeck <linux@roeck-us.net>2016-09-13 07:27:34 -0700
commitca05ab20f1292fb5f929d40cd923460e15af7b41 (patch)
treed4c96b413ba92e3298c5ef0a6917a2814553bc61 /drivers/hwmon/Kconfig
parenthwmon: (ibmpowernv) Fix label for cores numbers not threads (diff)
downloadlinux-dev-ca05ab20f1292fb5f929d40cd923460e15af7b41.tar.xz
linux-dev-ca05ab20f1292fb5f929d40cd923460e15af7b41.zip
hwmon: (lm95245) Select REGMAP_I2C
This driver now uses regmap APIs, so it needs to select REGMAP_I2C. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 6c82ee240c4c..45cef3d2c75c 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1118,6 +1118,7 @@ config SENSORS_LM95241
config SENSORS_LM95245
tristate "National Semiconductor LM95245 and compatibles"
depends on I2C
+ select REGMAP_I2C
help
If you say yes here you get support for LM95235 and LM95245
temperature sensor chips.