Message ID | 1473751319-5027-1-git-send-email-axel.lin@ingics.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On 09/13/2016 12:21 AM, Axel Lin wrote: > This driver now uses regmap APIs, so it needs to select REGMAP_I2C. > > Signed-off-by: Axel Lin <axel.lin@ingics.com> Applied to -next. Thanks, Guenter > --- > drivers/hwmon/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig > index 6c82ee2..45cef3d 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. > -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 6c82ee2..45cef3d 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.
This driver now uses regmap APIs, so it needs to select REGMAP_I2C. Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/hwmon/Kconfig | 1 + 1 file changed, 1 insertion(+)