From: Axel Lin Date: Mon, 11 Mar 2019 09:57:30 +0000 (+0800) Subject: hwmon: (w83773g) Select REGMAP_I2C to fix build error X-Git-Tag: v4.19.35~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=370004024aec354bcab509bb506b939cf43b4265;p=thirdparty%2Fkernel%2Fstable.git hwmon: (w83773g) Select REGMAP_I2C to fix build error commit a165dcc923ada2ffdee1d4f41f12f81b66d04c55 upstream. Select REGMAP_I2C to avoid below build error: ERROR: "__devm_regmap_init_i2c" [drivers/hwmon/w83773g.ko] undefined! Fixes: ee249f271524 ("hwmon: Add W83773G driver") Cc: stable@vger.kernel.org Signed-off-by: Axel Lin Signed-off-by: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 81da17a42dc92..c7adaca2ab013 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1755,6 +1755,7 @@ config SENSORS_VT8231 config SENSORS_W83773G tristate "Nuvoton W83773G" depends on I2C + select REGMAP_I2C help If you say yes here you get support for the Nuvoton W83773G hardware monitoring chip.