Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f4998cb authored by Sebastian Reichel's avatar Sebastian Reichel
Browse files

twl4030_charger: add missing iio dependency



This driver fails to link without CONFIG_IIO, since
there are no stubs for the iio_channels functions.

Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
Acked-by: default avatarMarek Belisko <marek@goldelico.com>
Acked-by: default avatarNikolaus Schaller <hns@goldelico.com>
parent 8e5cfb74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ config CHARGER_MAX8903

config CHARGER_TWL4030
	tristate "OMAP TWL4030 BCI charger driver"
	depends on TWL4030_CORE
	depends on IIO && TWL4030_CORE
	help
	  Say Y here to enable support for TWL4030 Battery Charge Interface.