From b608db9ef5b0530ad98a0fe96dccebb28e513a53 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 6 May 2022 10:03:41 +0100 Subject: mb/starlabs/labtop: Enable Max Charge for CML Enable the max charge feature for cml, as the EC supports it since Star Labs EC firmware 1.06. Signed-off-by: Sean Rhodes Change-Id: I779a686960b63025fb5f40e826ed117f402a0b2a Reviewed-on: https://review.coreboot.org/c/coreboot/+/64093 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/labtop/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/starlabs/labtop/Kconfig b/src/mainboard/starlabs/labtop/Kconfig index 00c84d1e8b..33f3f91455 100644 --- a/src/mainboard/starlabs/labtop/Kconfig +++ b/src/mainboard/starlabs/labtop/Kconfig @@ -16,6 +16,7 @@ config BOARD_STARLABS_LABTOP_SERIES config BOARD_STARLABS_LABTOP_CML select BOARD_ROMSIZE_KB_16384 select BOARD_STARLABS_LABTOP_SERIES + select EC_STARLABS_MAX_CHARGE select EC_STARLABS_NEED_ITE_BIN select HAVE_INTEL_PTT select HAVE_SPD_IN_CBFS -- cgit v1.2.3