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: 233cb8a47d
("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>
This commit is contained in:
Родитель
8bc8000622
Коммит
d8be4fe924
|
@ -623,6 +623,7 @@ config CHARGER_MT6370
|
|||
tristate "MediaTek MT6370 Charger Driver"
|
||||
depends on MFD_MT6370
|
||||
depends on REGULATOR
|
||||
depends on IIO
|
||||
select LINEAR_RANGES
|
||||
help
|
||||
Say Y here to enable MT6370 Charger Part.
|
||||
|
|
Загрузка…
Ссылка в новой задаче