From: Axel Lin Date: Tue, 13 Sep 2016 07:21:59 +0000 (+0800) Subject: hwmon: (lm95245) Select REGMAP_I2C X-Git-Tag: v4.9-rc1~143^2~3 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ca05ab20f1292fb5f929d40cd923460e15af7b41;p=linux.git hwmon: (lm95245) Select REGMAP_I2C This driver now uses regmap APIs, so it needs to select REGMAP_I2C. Signed-off-by: Axel Lin Signed-off-by: Guenter Roeck --- 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.