From 6158031f78f5c73d2d396654c707b10728656dc2 Mon Sep 17 00:00:00 2001 From: Tim Lin Date: Thu, 25 Apr 2024 14:04:22 +0800 Subject: [PATCH] ITE: soc: Modify Kconfig default declare Using the SOC_IT8XXX2_REG_SET_V2 instead of constantly adding new variants of the IT82XX2 SoC. Signed-off-by: Tim Lin --- soc/ite/ec/it8xxx2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/ite/ec/it8xxx2/Kconfig b/soc/ite/ec/it8xxx2/Kconfig index 0e40836acfd..47a4f54f0bb 100644 --- a/soc/ite/ec/it8xxx2/Kconfig +++ b/soc/ite/ec/it8xxx2/Kconfig @@ -170,7 +170,7 @@ config SOC_IT8XXX2_SHA256_HW_ACCELERATE config SOC_IT8XXX2_SHA256_BLOCK_SIZE hex - default 0x500 if SOC_IT82002_AW || SOC_IT82202_AX || SOC_IT82302_AX + default 0x500 if SOC_IT8XXX2_REG_SET_V2 default 0x200 DT_CHOSEN_ZEPHYR_FLASH := zephyr,flash