projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b6f5e0
)
hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
author
Josef Gajdusek
<atx@atx.name>
Wed, 25 Jun 2014 14:21:21 +0000
(16:21 +0200)
committer
Guenter Roeck
<linux@roeck-us.net>
Wed, 25 Jun 2014 14:29:22 +0000
(07:29 -0700)
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>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/Kconfig
b/drivers/hwmon/Kconfig
index 154851b1a0e333e3eaf4ffe315467983fa883634..02d3d85829f3527cd80a9e3a763d4e3bd97c35ac 100644
(file)
--- a/
drivers/hwmon/Kconfig
+++ b/
drivers/hwmon/Kconfig
@@
-1177,6
+1177,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.