summaryrefslogtreecommitdiff
path: root/src/mainboard/clevo/cml-u/Kconfig
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2021-11-28 23:53:55 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2022-11-11 22:43:14 +0000
commitdc3e7def5f1d0ef05cc26e75a91603dd6889068e (patch)
treec2d2102d43c766fb0cc735504dc03e1d935ad731 /src/mainboard/clevo/cml-u/Kconfig
parentd6ac7a9a3a774eb5a70385660c072bbaa248a355 (diff)
mb/clevo/l140cu: make use of the new clevo/it5570e ec driver
Hook up the new EC driver. Tested: - Fn hotkeys work (brightness, display, volume, tp toggle, ...) - Display lid - Sleep/wake - Camera (including Fn toggle) - Bluetooth (both CNVi and PCIe card) - Wi-Fi (both CNVi and PCIe card) - CMOS options Known issues: - Touchpad toggle needs OS setup; see CB:68791 - UCSI is not implemented; see CB:68791 Change-Id: I28ac401ada2945bb58fe862895458b10fed505fe Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68795 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/clevo/cml-u/Kconfig')
-rw-r--r--src/mainboard/clevo/cml-u/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainboard/clevo/cml-u/Kconfig b/src/mainboard/clevo/cml-u/Kconfig
index bd895e2e81..cd22286de7 100644
--- a/src/mainboard/clevo/cml-u/Kconfig
+++ b/src/mainboard/clevo/cml-u/Kconfig
@@ -20,6 +20,7 @@ config BOARD_CLEVO_CMLU_COMMON
config BOARD_CLEVO_L140CU_BASE
bool
select BOARD_CLEVO_CMLU_COMMON
+ select EC_CLEVO_IT5570E
select HAVE_SPD_IN_CBFS
if BOARD_CLEVO_CMLU_COMMON
@@ -71,7 +72,7 @@ config SEABIOS_PS2_TIMEOUT
depends on PAYLOAD_SEABIOS
default 500
-config EC_SYSTEM76_EC_BAT_THRESHOLDS
- default n if BOARD_CLEVO_L140CU_BASE
+config EC_CLEVO_IT5570E_MEM_BASE
+ default 0xfe700000
endif