CONFIG_PINMUX_NPCX

Nuvoton NPCX embedd controller (EC) pinmux driver

Type: bool

Help

Enable support for NPCX pinmux controller driver.

Help

This option enables the pin-mux driver for NPCX family of processors. Say y if you wish to use pin-mux module on NPCX MCU.

Direct dependencies

(PINMUX && SOC_SERIES_NPCX7) || (SOC_FAMILY_NPCX && PINMUX)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:20

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nuvoton_npcx/Kconfig.defconfig:6

Menu path: (Top)

config PINMUX_NPCX
    bool
    default y
    depends on PINMUX && SOC_SERIES_NPCX7
    help
      Enable support for NPCX pinmux controller driver.

At <Zephyr>/drivers/pinmux/Kconfig.npcx:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:46<Zephyr>/drivers/pinmux/Kconfig:59

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

config PINMUX_NPCX
    bool "Nuvoton NPCX embedd controller (EC) pinmux driver"
    depends on SOC_FAMILY_NPCX && PINMUX
    help
      This option enables the pin-mux driver for NPCX family
      of processors.
      Say y if you wish to use pin-mux module on NPCX MCU.

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