All of lore.kernel.org
 help / color / mirror / Atom feed
From: Josef Gajdusek <atx@atx.name>
To: lm-sensors@lm-sensors.org
Cc: jdelvare@suse.de, linux@roeck-us.net, linux-kernel@vger.kernel.org
Subject: [lm-sensors] [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
Date: Wed, 25 Jun 2014 14:21:21 +0000	[thread overview]
Message-ID: <20140625142121.GA14873@dashie> (raw)

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.


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

WARNING: multiple messages have this Message-ID (diff)
From: Josef Gajdusek <atx@atx.name>
To: lm-sensors@lm-sensors.org
Cc: jdelvare@suse.de, linux@roeck-us.net, linux-kernel@vger.kernel.org
Subject: [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
Date: Wed, 25 Jun 2014 16:21:21 +0200	[thread overview]
Message-ID: <20140625142121.GA14873@dashie> (raw)

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.


             reply	other threads:[~2014-06-25 14:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-25 14:21 Josef Gajdusek [this message]
2014-06-25 14:21 ` [PATCH] hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig Josef Gajdusek
2014-06-25 14:29 ` [lm-sensors] " Guenter Roeck
2014-06-25 14:29   ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140625142121.GA14873@dashie \
    --to=atx@atx.name \
    --cc=jdelvare@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lm-sensors@lm-sensors.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.