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

nRF GPIO driver

Type: bool

Help

Enable GPIO driver for nRF line of MCUs.

Direct dependencies

SOC_FAMILY_NRF && GPIO

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/gpio/Kconfig.nrfx:6

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:45

Menu path: (top menu) → Device Drivers → GPIO Drivers

menuconfig GPIO_NRFX
    bool
    prompt "nRF GPIO driver" if SOC_FAMILY_NRF && GPIO
    default "y" if SOC_FAMILY_NRF && GPIO
    select HAS_DTS_GPIO if SOC_FAMILY_NRF && GPIO
    depends on SOC_FAMILY_NRF && GPIO
    help
      Enable GPIO driver for nRF line of MCUs.

(Definitions include propagated dependencies, including from if’s and menus.)