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

nRF GPIO Port P1

Type: bool

Help

Enable nRF GPIO port P1 config options.

Direct dependencies

HAS_HW_NRF_GPIO1 && GPIO_NRFX && GPIO

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

Defaults

Symbols that select this symbol

Kconfig definition

At drivers/gpio/Kconfig.nrfx:29

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

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

config GPIO_NRF_P1
    bool
    prompt "nRF GPIO Port P1" if HAS_HW_NRF_GPIO1 && GPIO_NRFX && GPIO
    default "y" if HAS_HW_NRF_GPIO1 && GPIO_NRFX && GPIO
    depends on HAS_HW_NRF_GPIO1 && GPIO_NRFX && GPIO
    help
      Enable nRF GPIO port P1 config options.

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