Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92e11f00 authored by Li Yang's avatar Li Yang Committed by Guenter Roeck
Browse files

hwmon: (ina2xx) Fix build issue by selecting REGMAP_I2C



Since a0de56c8 ("hwmon: (ina2xx) convert driver to using regmap")
the driver requires REGMAP_I2C to build.  Select it by default
in Kconfig.

Reported-by: default avatarGuo Chunrong <B40290@freescale.com>
Cc: Marc Titinger <mtitinger@baylibre.com>
Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Fixes: a0de56c8 ("hwmon: (ina2xx) convert driver to using regmap")
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 8005c49d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1471,6 +1471,7 @@ config SENSORS_INA209
config SENSORS_INA2XX
	tristate "Texas Instruments INA219 and compatibles"
	depends on I2C
	select REGMAP_I2C
	help
	  If you say yes here you get support for INA219, INA220, INA226,
	  INA230, and INA231 power monitor chips.