Skip to content

Commit adb5783

Browse files
atxgroeck
authored andcommitted
hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
In commit 4cab259, the emc1403 driver was converted to use regmap but the necessary Kconfig option was not added. Signed-off-by: Josef Gajdusek <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
1 parent 8b6f5e0 commit adb5783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hwmon/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,7 @@ config SENSORS_DME1737
11771177
config SENSORS_EMC1403
11781178
tristate "SMSC EMC1403/23 thermal sensor"
11791179
depends on I2C
1180+
select REGMAP_I2C
11801181
help
11811182
If you say yes here you get support for the SMSC EMC1403/23
11821183
temperature monitoring chip.

0 commit comments

Comments
 (0)