CONFIG_GPIO_NRFX

nRF GPIO driver

Type: bool

Help

Enable GPIO driver for nRF line of MCUs.

Direct dependencies

(GPIO && SOC_FAMILY_NRF) || (SOC_FAMILY_NRF && GPIO)

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

Defaults

Symbols selected by this symbol

Kconfig definitions

At arch/arm/soc/nordic_nrf/Kconfig.defconfig:24

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config GPIO_NRFX
    bool
    default "y" if GPIO && SOC_FAMILY_NRF
    depends on GPIO && SOC_FAMILY_NRF

At drivers/gpio/Kconfig.nrfx:6

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:55

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

menuconfig GPIO_NRFX
    bool
    prompt "nRF GPIO driver" 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.)