2014-06-25 14:21:23

by Josef Gajdusek

[permalink] [raw]
Subject: [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig

In commit 4cab259f, the emc1403 driver was converted to use regmap but the
necessary Kconfig option was not added.

Signed-off-by: Josef Gajdusek <[email protected]>
---
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 08531a1..bdb90a0 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1176,6 +1176,7 @@ config SENSORS_DME1737
config SENSORS_EMC1403
tristate "SMSC EMC1403/23 thermal sensor"
depends on I2C
+ select REGMAP_I2C
help
If you say yes here you get support for the SMSC EMC1403/23
temperature monitoring chip.


2014-06-25 14:29:56

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig

On 06/25/2014 07:21 AM, Josef Gajdusek wrote:
> In commit 4cab259f, the emc1403 driver was converted to use regmap but the
> necessary Kconfig option was not added.
>
> Signed-off-by: Josef Gajdusek <[email protected]>

Applied.

Thanks,
Guenter