diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-05-06 10:03:41 +0100 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-05-12 18:34:04 +0000 |
commit | b608db9ef5b0530ad98a0fe96dccebb28e513a53 (patch) | |
tree | b57ad08c06ff66d07576cdcaa193939787f159ca /src | |
parent | 6c921c8f062874a92aa4e99104a52b509fa882d2 (diff) |
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 <sean@starlabs.systems>
Change-Id: I779a686960b63025fb5f40e826ed117f402a0b2a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64093
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/starlabs/labtop/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |