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

Default

  • y

Kconfig definition

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

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 → nRF GPIO driver

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)