regulator: act8865: Fix build error without CONFIG_POWER_SUPPLY
authorYueHaibing <yuehaibing@huawei.com>
Wed, 7 Aug 2019 13:38:22 +0000 (21:38 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 8 Aug 2019 19:42:29 +0000 (20:42 +0100)
commit5375f1efd70b5adbbbaded22889d50c07f6f89a4
tree2bc975fb8a3a69d7f1b913fdc49a6f06f75f95fb
parent06369bcc15a1620930a17fb35e26477504cd2255
regulator: act8865: Fix build error without CONFIG_POWER_SUPPLY

Building without CONFIG_POWER_SUPPLY will fail:

drivers/regulator/act8865-regulator.o: In function `act8865_pmic_probe':
act8865-regulator.c:(.text+0x357): undefined reference to `devm_power_supply_register'
drivers/regulator/act8865-regulator.o: In function `act8600_charger_get_property':
act8865-regulator.c:(.text+0x3f1): undefined reference to `power_supply_get_drvdata'

Add POWER_SUPPLY dependency to Kconfig.

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: 2d09a79bf637 ("regulator: act8865: Add support for act8600 charger")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190807133822.67124-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/Kconfig