aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/clevo/cml-u
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2022-07-12 07:34:19 -0600
committerMartin L Roth <gaumless@tutanota.com>2022-07-16 22:48:06 +0000
commit8de0e369e34a08c559a7a6e900e2584a9d1a9ff1 (patch)
treef3954fdabdb130253cd36712739735e1bc13d9d0 /src/mainboard/clevo/cml-u
parent311223ac388d89ccf13667c0d465bad63164923b (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/mainboard/clevo/cml-u')
-rw-r--r--src/mainboard/clevo/cml-u/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig
index 182fd13ce2..7d7ff8012a 100644
--- a/src/mainboard/clevo/cml-u/Kconfig
+++ b/src/mainboard/clevo/cml-u/Kconfig
@@ -76,4 +76,7 @@ config SEABIOS_PS2_TIMEOUT
depends on PAYLOAD_SEABIOS
default 500
+config EC_SYSTEM76_EC_BAT_THRESHOLDS
+ default n if BOARD_CLEVO_L140CU_BASE
+
endif