defconfig: gen3auto: Enable wall power_charger for auto targets

Add wallpower charger support for auto targets to notify
application about AC power source.

Change-Id: I4deef3c8c917db690660c3f395864dde52f9420b
Signed-off-by: Kishor Krishna Bhat <quic_kishkris@quicinc.com>
This commit is contained in:
Kishor Krishna Bhat 2023-05-02 14:24:43 +05:30 committed by Gerrit - the friendly Code Review server
parent ba6dd286da
commit 90a2f776ea
2 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,7 @@ CONFIG_VIRT_DRIVERS=y
# CONFIG_VIRT_WIFI is not set
# CONFIG_VT6655 is not set
# CONFIG_VT6656 is not set
CONFIG_WALLPOWER_CHARGER=m
# CONFIG_WFX is not set
# CONFIG_WILC1000_SDIO is not set
# CONFIG_WILC1000_SPI is not set

View File

@ -85,6 +85,7 @@ def define_gen3auto():
"drivers/power/reset/qcom-pon.ko",
"drivers/power/reset/reboot-mode.ko",
"drivers/power/reset/silent_boot.ko",
"drivers/power/supply/wallpower_charger.ko",
"drivers/regulator/debug-regulator.ko",
"drivers/regulator/proxy-consumer.ko",
"drivers/regulator/qcom-rpmh-regulator.ko",