提交 df4de1cf 编写于 作者: A Axel Lin 提交者: Xie XiuQi

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: ee249f27 ("hwmon: Add W83773G driver")
Cc: stable@vger.kernel.org
Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 f72f0f6e
...@@ -1755,6 +1755,7 @@ config SENSORS_VT8231 ...@@ -1755,6 +1755,7 @@ config SENSORS_VT8231
config SENSORS_W83773G config SENSORS_W83773G
tristate "Nuvoton W83773G" tristate "Nuvoton W83773G"
depends on I2C depends on I2C
select REGMAP_I2C
help help
If you say yes here you get support for the Nuvoton W83773G hardware If you say yes here you get support for the Nuvoton W83773G hardware
monitoring chip. monitoring chip.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册