:orphan: .. title:: GPIO_NPCX .. option:: CONFIG_GPIO_NPCX *Nuvoton NPCX embedded controller (EC) gpio driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for NPCX GPIO driver. Help ==== .. code-block:: none This option enables the GPIO driver for NPCX family of processors. Say y if you wish to use serial port on NPCX MCU. Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`SOC_SERIES_NPCX7 `) || (\ :option:`SOC_FAMILY_NPCX ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config GPIO_NPCX bool default y depends on GPIO && SOC_SERIES_NPCX7 help Enable support for NPCX GPIO driver. ---- At ``/gpio/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:82`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_NPCX bool "Nuvoton NPCX embedded controller (EC) gpio driver" depends on SOC_FAMILY_NPCX && GPIO help This option enables the GPIO driver for NPCX family of processors. Say y if you wish to use serial port on NPCX MCU. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*