ITE: soc: Kconfig: Cleanup it8xxx2 Kconfig

The ILM_MAX_SIZE of different chip variants can be declared in the
Kconfig of the respective variant.

Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
Tim Lin 2024-05-09 15:40:19 +08:00 committed by Carles Cufí
commit dc44966f02
3 changed files with 6 additions and 1 deletions

View file

@ -193,7 +193,6 @@ config SOC_IT8XXX2_FLASH_SIZE_BYTES
config ILM_MAX_SIZE
int "ILM Size in kB"
default 60 if SOC_IT81202CX || SOC_IT81302CX
default SRAM_SIZE
endif # SOC_SERIES_IT8XXX2

View file

@ -3,6 +3,9 @@
if SOC_IT81202CX
config ILM_MAX_SIZE
default 60
config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
default y

View file

@ -3,6 +3,9 @@
if SOC_IT81302CX
config ILM_MAX_SIZE
default 60
config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
default n