CONFIG_GPIO_ITE_IT8XXX2

ITE IT8XXX2 GPIO driver

Type: bool

Help

Enable driver for the ite GPIO controller.

Direct dependencies

(GPIO && SOC_SERIES_RISCV32_IT8XXX2) || GPIO

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <SoC>/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:55

Included via Kconfig:8Kconfig.zephyr:27<SoC>/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config GPIO_ITE_IT8XXX2
    bool
    default y
    depends on GPIO && SOC_SERIES_RISCV32_IT8XXX2

At <Driver>/gpio/Kconfig.it8xxx2:4

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:36<Driver>/gpio/Kconfig:72

Menu path: (Top) → Device Drivers → GPIO Drivers

config GPIO_ITE_IT8XXX2
    bool "ITE IT8XXX2 GPIO driver"
    select HAS_DTS_GPIO
    depends on GPIO
    help
      Enable driver for the ite GPIO controller.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)