:orphan: .. title:: CONFIG_GPIO_NRFX .. kconfig:: CONFIG_GPIO_NRFX CONFIG_GPIO_NRFX ################ *nRF GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable GPIO driver for nRF line of MCUs. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_NRF ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_GPIOTE ` Kconfig definition ================== At ``/gpio/Kconfig.nrfx:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:42`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig menuconfig GPIO_NRFX bool "nRF GPIO driver" default y select NRFX_GPIOTE depends on SOC_FAMILY_NRF && GPIO help Enable GPIO driver for nRF line of MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*