hwmon: (ina2xx) Fix build issue by selecting REGMAP_I2C

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

Reported-by: Guo Chunrong <B40290@freescale.com>
Cc: Marc Titinger <mtitinger@baylibre.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Fixes: a0de56c81f ("hwmon: (ina2xx) convert driver to using regmap")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Li Yang 2015-11-05 14:18:17 -06:00 committed by Guenter Roeck
parent 8005c49d9a
commit 92e11f002c
1 changed files with 1 additions and 0 deletions

View File

@ -1471,6 +1471,7 @@ config SENSORS_INA209
config SENSORS_INA2XX config SENSORS_INA2XX
tristate "Texas Instruments INA219 and compatibles" tristate "Texas Instruments INA219 and compatibles"
depends on I2C depends on I2C
select REGMAP_I2C
help help
If you say yes here you get support for INA219, INA220, INA226, If you say yes here you get support for INA219, INA220, INA226,
INA230, and INA231 power monitor chips. INA230, and INA231 power monitor chips.