:orphan: .. title:: PINMUX_NPCX .. option:: CONFIG_PINMUX_NPCX *Nuvoton NPCX embedded 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 =================== (\ :option:`PINMUX ` && \ :option:`SOC_SERIES_NPCX7 `) || (\ :option:`SOC_FAMILY_NPCX ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config PINMUX_NPCX bool default y depends on \ :option:`PINMUX ` && \ :option:`SOC_SERIES_NPCX7 ` help Enable support for NPCX pinmux controller driver. ---- At ``drivers/pinmux/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:46`` → ``drivers/pinmux/Kconfig:61`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. parsed-literal:: config PINMUX_NPCX bool "Nuvoton NPCX embedded controller (EC) pinmux driver" depends on \ :option:`SOC_FAMILY_NPCX ` && \ :option:`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.)*