CONFIG_GPIO_NRF_P0

nRF GPIO Port P0

Type: bool

Help

Enable nRF GPIO port P0 config options.

Direct dependencies

HAS_HW_NRF_GPIO0 && GPIO_NRFX && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.nrfx:21

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

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

config GPIO_NRF_P0
    bool
    prompt "nRF GPIO Port P0" if HAS_HW_NRF_GPIO0 && GPIO_NRFX && GPIO
    default "y" if HAS_HW_NRF_GPIO0 && GPIO_NRFX && GPIO
    depends on HAS_HW_NRF_GPIO0 && GPIO_NRFX && GPIO
    help
      Enable nRF GPIO port P0 config options.

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