From ee01cc1ecc4d65800c312a77b3209e1a75b28ebd Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 22 Jan 2025 13:09:20 +0000 Subject: [PATCH] ec/dasharo: Add dependancy to EC_DASHARO_EC_FLASH_SIZE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/86109 Tested-by: build bot (Jenkins) Reviewed-by: Michał Kopeć --- src/ec/dasharo/ec/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ec/dasharo/ec/Kconfig b/src/ec/dasharo/ec/Kconfig index 901d3ce514..a0691046ff 100644 --- a/src/ec/dasharo/ec/Kconfig +++ b/src/ec/dasharo/ec/Kconfig @@ -27,5 +27,6 @@ config EC_DASHARO_EC_UPDATE_FILE default "ec.rom" config EC_DASHARO_EC_FLASH_SIZE + depends on EC_DASHARO_EC hex default 0x20000