summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-11-10 00:40:29 -0800
committerCommit Bot <commit-bot@chromium.org>2021-11-11 02:08:50 +0000
commit91f83037ab6b2e736b428d2ac225d44467d56373 (patch)
tree794174a6269ba9cf047e4b0265f5611cc33dde30
parent0819d1e49b3dbc2416610e005af090249860673c (diff)
downloadchrome-ec-91f83037ab6b2e736b428d2ac225d44467d56373.tar.gz
bq25710: Fix zephyr PSYS sensing configuration
Kconfig options don't need CONFIG_ prefixes in the Kconfig file. BRANCH=none BUG=b:195615830 TEST=buildall passes Signed-off-by: Caveh Jalali <caveh@chromium.org> Change-Id: I5fb3f96cde57eba2b5cc0b1a2dd724650b23d0b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3272349 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/Kconfig.battery2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/Kconfig.battery b/zephyr/Kconfig.battery
index feddbc421b..5c6ab8ad53 100644
--- a/zephyr/Kconfig.battery
+++ b/zephyr/Kconfig.battery
@@ -250,7 +250,7 @@ endchoice # "Discharge control method"
endif # PLATFORM_EC_CHARGER_DISCHARGE_ON_AC
-config CONFIG_PLATFORM_EC_CHARGER_BQ25710_PSYS_SENSING
+config PLATFORM_EC_CHARGER_BQ25710_PSYS_SENSING
bool "Charger monitors PSYS"
default n
depends on PLATFORM_EC_CHARGER_BQ25710 || PLATFORM_EC_CHARGER_BQ25720