diff options
author | Sean Rhodes <sean@starlabs.systems> | 2021-04-30 16:32:23 +0100 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2021-06-04 17:20:56 +0000 |
commit | 2d89789337797f4a6ca86e3484bd6934baefa28e (patch) | |
tree | 05e32742dbcb27f05d48edee087a42eb8ec4312e /src/ec/starlabs/it8987/Kconfig | |
parent | cbd2abf9b4a2b981dd6b73b2790b7c8a89c82d92 (diff) |
ec: Add Star Labs ITE 8987E support
Support for Star Labs labtop series EC
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I1967f7c4a7e3cab714f22844bf36749e0c9652b6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52797
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/ec/starlabs/it8987/Kconfig')
-rw-r--r-- | src/ec/starlabs/it8987/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ec/starlabs/it8987/Kconfig b/src/ec/starlabs/it8987/Kconfig new file mode 100644 index 0000000000..ba9e908077 --- /dev/null +++ b/src/ec/starlabs/it8987/Kconfig @@ -0,0 +1,7 @@ +## SPDX-License-Identifier: GPL-2.0-only + +config EC_STARLABS_IT8987 + bool + select EC_ACPI + help + Interface to IT8987 embedded controller principally in Star Labs notebooks. |