CONFIG_SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
The pins of GPIO group K and L aren’t bonding with pad
Type: bool
Help
On IT81202 (128-pins package), the pins of GPIO group K and L aren't
bonding with pad. So we configure these pins as internal pull-down
at default to prevent leakage current due to floating.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <SoC>/riscv/riscv-ite/it8xxx2/Kconfig.soc:26
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <SoC>/Kconfig:18
→ <SoC>/riscv/riscv-ite/Kconfig:14
Menu path: (Top) → Hardware Configuration
config SOC_IT8XXX2_GPIO_GROUP_K_L_DEFAULT_PULL_DOWN
bool "The pins of GPIO group K and L aren't bonding with pad"
default y
depends on SOC_IT8XXX2
help
On IT81202 (128-pins package), the pins of GPIO group K and L aren't
bonding with pad. So we configure these pins as internal pull-down
at default to prevent leakage current due to floating.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)