:orphan: .. title:: CONFIG_GPIO_NRF_P0 .. kconfig:: CONFIG_GPIO_NRF_P0 CONFIG_GPIO_NRF_P0 ################## *nRF GPIO Port P0* Type: ``bool`` Help ==== .. code-block:: none Enable nRF GPIO port P0 config options. Direct dependencies =================== \ :kconfig:`HAS_HW_NRF_GPIO0 ` && \ :kconfig:`GPIO_NRFX ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/gpio/Kconfig.nrfx:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:42`` Menu path: (Top) → Device Drivers → GPIO Drivers → nRF GPIO driver .. code-block:: kconfig 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.)*