Skip to content

Commit

Permalink
hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
Browse files Browse the repository at this point in the history
In commit 4cab259, 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>
  • Loading branch information
Josef Gajdusek authored and Guenter Roeck committed Jun 25, 2014
1 parent 8b6f5e0 commit adb5783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit adb5783

Please sign in to comment.