diff options
author | Tim Crawford <tcrawford@system76.com> | 2022-07-12 07:34:19 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-07-16 22:48:06 +0000 |
commit | 8de0e369e34a08c559a7a6e900e2584a9d1a9ff1 (patch) | |
tree | f3954fdabdb130253cd36712739735e1bc13d9d0 /src/ec/system76 | |
parent | 311223ac388d89ccf13667c0d465bad63164923b (diff) |
ec/system76/ec: Provide charging thresholds by default
Battery charging thresholds are a firmware implementation and not
dependent on any hardware. It is expected that all boards using System76
EC firmware will select this option, so enable it by default.
Leave it disabled on clevo/cml-u, which didn't have it selected.
Change-Id: Id99d36eaf055a76b9e1eb732174017651de299a5
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65714
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/ec/system76')
-rw-r--r-- | src/ec/system76/ec/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/system76/ec/Kconfig b/src/ec/system76/ec/Kconfig index 499b7f827c..c1e4caf530 100644 --- a/src/ec/system76/ec/Kconfig +++ b/src/ec/system76/ec/Kconfig @@ -6,7 +6,7 @@ config EC_SYSTEM76_EC config EC_SYSTEM76_EC_BAT_THRESHOLDS depends on EC_SYSTEM76_EC bool - default n + default y config EC_SYSTEM76_EC_COLOR_KEYBOARD depends on EC_SYSTEM76_EC |