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:
parent
e7235f80cc
commit
dc44966f02
3 changed files with 6 additions and 1 deletions
|
@ -193,7 +193,6 @@ config SOC_IT8XXX2_FLASH_SIZE_BYTES
|
||||||
|
|
||||||
config ILM_MAX_SIZE
|
config ILM_MAX_SIZE
|
||||||
int "ILM Size in kB"
|
int "ILM Size in kB"
|
||||||
default 60 if SOC_IT81202CX || SOC_IT81302CX
|
|
||||||
default SRAM_SIZE
|
default SRAM_SIZE
|
||||||
|
|
||||||
endif # SOC_SERIES_IT8XXX2
|
endif # SOC_SERIES_IT8XXX2
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
|
|
||||||
if SOC_IT81202CX
|
if SOC_IT81202CX
|
||||||
|
|
||||||
|
config ILM_MAX_SIZE
|
||||||
|
default 60
|
||||||
|
|
||||||
config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
|
config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
|
|
||||||
if SOC_IT81302CX
|
if SOC_IT81302CX
|
||||||
|
|
||||||
|
config ILM_MAX_SIZE
|
||||||
|
default 60
|
||||||
|
|
||||||
config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
|
config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue