diff options
author | Tim Crawford <tcrawford@system76.com> | 2020-09-18 13:38:56 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-11-02 06:23:50 +0000 |
commit | d0d445564cc8acc328e4761f59618ea917d37c3b (patch) | |
tree | a775a9e36786e8da2f2f2a5c2ba29c688ab3f3ec /src/mainboard/system76 | |
parent | a4e75ab0cd7895d9b9b8d1219da75021ce2ebf36 (diff) |
mb/system76/lemp9: Enable battery charging thresholds
Change-Id: I5131cf350d5b8c2a45f8d8245c0df26742c0d732
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45533
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r-- | src/mainboard/system76/lemp9/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig index 498a429b63..d514d3ef73 100644 --- a/src/mainboard/system76/lemp9/Kconfig +++ b/src/mainboard/system76/lemp9/Kconfig @@ -5,6 +5,7 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_16384 select DRIVERS_I2C_HID select EC_SYSTEM76_EC + select EC_SYSTEM76_EC_BAT_THRESHOLDS select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select HAVE_SMI_HANDLER |