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 ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.nrfx:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:40

Menu path: (Top) → Device Drivers → GPIO Drivers

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