Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56317 )
Change subject: ec/starlabs: Add Kconfig option for including EC binary ......................................................................
ec/starlabs: Add Kconfig option for including EC binary
Add EC_STARLABS_IT_BIN option so it can be enabled from .config
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: Ibb066a120bff26ac95bfaa9c61c98ae518aeabb2 --- M src/ec/starlabs/it5570/Kconfig M src/ec/starlabs/it8987/Kconfig 2 files changed, 15 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/56317/1
diff --git a/src/ec/starlabs/it5570/Kconfig b/src/ec/starlabs/it5570/Kconfig index 7651757..d395040 100644 --- a/src/ec/starlabs/it5570/Kconfig +++ b/src/ec/starlabs/it5570/Kconfig @@ -4,4 +4,11 @@ bool select EC_ACPI help - Interface to IT8987 embedded controller principally in Star Labs notebooks. + Interface to IT5570 embedded controller principally in Star Labs notebooks. + +config EC_STARLABS_IT_BIN + bool "Add Star Labs EC binary file" + default n + depends on EC_STARLABS_IT8987 + help + The EC binary diff --git a/src/ec/starlabs/it8987/Kconfig b/src/ec/starlabs/it8987/Kconfig index ba9e908..146d911 100644 --- a/src/ec/starlabs/it8987/Kconfig +++ b/src/ec/starlabs/it8987/Kconfig @@ -5,3 +5,10 @@ select EC_ACPI help Interface to IT8987 embedded controller principally in Star Labs notebooks. + +config EC_STARLABS_IT_BIN + bool "Add Star Labs EC binary file" + default n + depends on EC_STARLABS_IT8987 + help + The EC binary