]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
hwmon: (lm95245) Select REGMAP_I2C
authorAxel Lin <axel.lin@ingics.com>
Tue, 13 Sep 2016 07:21:59 +0000 (15:21 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 13 Sep 2016 14:27:34 +0000 (07:27 -0700)
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>
drivers/hwmon/Kconfig

index 6c82ee240c4cdac544f8a56984d64f8ce515bae8..45cef3d2c75c61f8453a98ffff66450716a6e0f5 100644 (file)
@@ -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.