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 <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
parent
5edc356d96
commit
6158031f78
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ config SOC_IT8XXX2_SHA256_HW_ACCELERATE
|
||||||
|
|
||||||
config SOC_IT8XXX2_SHA256_BLOCK_SIZE
|
config SOC_IT8XXX2_SHA256_BLOCK_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x500 if SOC_IT82002_AW || SOC_IT82202_AX || SOC_IT82302_AX
|
default 0x500 if SOC_IT8XXX2_REG_SET_V2
|
||||||
default 0x200
|
default 0x200
|
||||||
|
|
||||||
DT_CHOSEN_ZEPHYR_FLASH := zephyr,flash
|
DT_CHOSEN_ZEPHYR_FLASH := zephyr,flash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue