linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
@ 2014-06-25 14:21 Josef Gajdusek
  2014-06-25 14:29 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Josef Gajdusek @ 2014-06-25 14:21 UTC (permalink / raw)
  To: lm-sensors; +Cc: jdelvare, linux, linux-kernel

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

Signed-off-by: Josef Gajdusek <atx@atx.name>
---
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.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
  2014-06-25 14:21 [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig Josef Gajdusek
@ 2014-06-25 14:29 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2014-06-25 14:29 UTC (permalink / raw)
  To: Josef Gajdusek, lm-sensors; +Cc: jdelvare, linux-kernel

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 <atx@atx.name>

Applied.

Thanks,
Guenter


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-25 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25 14:21 [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig Josef Gajdusek
2014-06-25 14:29 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).