summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-09-13 03:21:59 -0400
committerGuenter Roeck <linux@roeck-us.net>2016-09-13 10:27:34 -0400
commitca05ab20f1292fb5f929d40cd923460e15af7b41 (patch)
treed4c96b413ba92e3298c5ef0a6917a2814553bc61 /drivers/hwmon/Kconfig
parentacf32964de8e8f02839796f1fe512b50a192e141 (diff)
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
1118config SENSORS_LM95245 1118config SENSORS_LM95245
1119 tristate "National Semiconductor LM95245 and compatibles" 1119 tristate "National Semiconductor LM95245 and compatibles"
1120 depends on I2C 1120 depends on I2C
1121 select REGMAP_I2C
1121 help 1122 help
1122 If you say yes here you get support for LM95235 and LM95245 1123 If you say yes here you get support for LM95235 and LM95245
1123 temperature sensor chips. 1124 temperature sensor chips.