power: supply: mt6370: uses IIO interfaces, depends on IIO
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 29 Sep 2022 06:29:40 +0000 (23:29 -0700)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sat, 1 Oct 2022 20:14:06 +0000 (22:14 +0200)
commitd8be4fe92433ad905eedc7d877099685eb2eaaa1
tree20d19baf834bdfdf5b659b9e324c6294f4173a57
parent8bc800062221adb40eb24c4b4fd5c572a637114c
power: supply: mt6370: uses IIO interfaces, depends on IIO

The mt6370-charger driver uses IIO interfaces and produces build
errors when CONFIG_IIO is not set, so it should depend on IIO.

ERROR: modpost: "iio_read_channel_processed" [drivers/power/supply/mt6370-charger.ko] undefined!
ERROR: modpost: "devm_iio_channel_get_all" [drivers/power/supply/mt6370-charger.ko] undefined!

Fixes: 233cb8a47d65 ("power: supply: mt6370: Add MediaTek MT6370 charger driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: ChiaEn Wu <chiaen_wu@richtek.com>
Cc: Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: linux-pm@vger.kernel.org
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/Kconfig