Home
last modified time | relevance | path

Searched hist:"87 c3d579c8ed0eaea6b1567d529a8daa85a2bc6c" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/power/supply/
H A DKconfigdiff 87c3d579c8ed0eaea6b1567d529a8daa85a2bc6c Mon Apr 13 16:10:51 CEST 2020 Enric Balletbo i Serra <enric.balletbo@collabora.com> power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select

regmap is a library function that gets selected by drivers that need
it. No driver modules should depend on it. Depending on REGMAP_I2C makes
this driver only build if another driver already selected REGMAP_I2C,
as the symbol can't be selected through the menu kernel configuration.

Fixes: 2219a935963e ("power_supply: Add TI BQ24257 charger driver")
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>