The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_PINMUX_ITE_IT8XXX2

IT8XXX2 pinmux driver

Type: bool

Help

Enable driver for the IT8XXX2 pinmux driver

Direct dependencies

(PINMUX && SOC_SERIES_RISCV32_IT8XXX2) || PINMUX

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:43

Included via Kconfig:8Kconfig.zephyr:27soc/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config PINMUX_ITE_IT8XXX2
    bool
    default y
    depends on PINMUX && SOC_SERIES_RISCV32_IT8XXX2

At drivers/pinmux/Kconfig.it8xxx2:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:48drivers/pinmux/Kconfig:39

Menu path: (Top) → Device Drivers → Enable board pinmux driver

config PINMUX_ITE_IT8XXX2
    bool "IT8XXX2 pinmux driver"
    depends on PINMUX
    help
      Enable driver for the IT8XXX2 pinmux driver

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