Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86109?usp=email )
Change subject: ec/dasharo: Add dependancy to EC_DASHARO_EC_FLASH_SIZE ......................................................................
ec/dasharo: Add dependancy to EC_DASHARO_EC_FLASH_SIZE
EC_DASHARO_EC_FLASH_SIZE is set regardless of whether the dasharo EC is used. Add a dependency so it is only set when needed.
Change-Id: Icce0c7a31c89cea5e7bf89770dedbf82ff56170b Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/86109 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Michał Kopeć michal.kopec@3mdeb.com --- M src/ec/dasharo/ec/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Michał Kopeć: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/ec/dasharo/ec/Kconfig b/src/ec/dasharo/ec/Kconfig index 901d3ce..a069104 100644 --- a/src/ec/dasharo/ec/Kconfig +++ b/src/ec/dasharo/ec/Kconfig @@ -27,5 +27,6 @@ default "ec.rom"
config EC_DASHARO_EC_FLASH_SIZE + depends on EC_DASHARO_EC hex default 0x20000