:orphan: .. title:: GPIO_NRF_P0 .. option:: CONFIG_GPIO_NRF_P0 *nRF GPIO Port P0* Type: ``bool`` Help ==== Enable nRF GPIO port P0 config options. Direct dependencies =================== \ :option:`HAS_HW_NRF_GPIO0 ` && \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`HAS_HW_NRF_GPIO0 ` && \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.nrfx:22`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:45`` Menu path: (top menu) → Device Drivers → GPIO Drivers → nRF GPIO driver .. parsed-literal:: config GPIO_NRF_P0 bool prompt "nRF GPIO Port P0" if \ :option:`HAS_HW_NRF_GPIO0 ` && \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` default "y" if \ :option:`HAS_HW_NRF_GPIO0 ` && \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` depends on \ :option:`HAS_HW_NRF_GPIO0 ` && \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` help Enable nRF GPIO port P0 config options. *(Definitions include propagated dependencies, including from if's and menus.)*