:orphan: .. title:: GPIO_NRF_P1 .. option:: CONFIG_GPIO_NRF_P1 *nRF GPIO Port P1* Type: ``bool`` Help ==== Enable nRF GPIO port P1 config options. Direct dependencies =================== (\ :option:`BOARD_NRF52840DK_NRF52840 ` && \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`BOARD_NRF52840DK_NRF52840 ` && \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || (\ :option:`BOARD_NRF52840DK_NRF52840 ` && \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 `) || (\ :option:`BOARD_NRF52840DK_NRF52840 ` && \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A `) || (\ :option:`HAS_HW_NRF_GPIO1 ` && \ :option:`GPIO_NRFX ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/sparkfun_sara_r4/boards/nrf52840dk_nrf52840.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` → ``boards/shields/sparkfun_sara_r4/Kconfig.defconfig:38`` Menu path: (Top) .. parsed-literal:: config GPIO_NRF_P1 bool default y depends on \ :option:`BOARD_NRF52840DK_NRF52840 ` && \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 ` ---- At ``boards/shields/wnc_m14a2a/boards/nrf52840dk_nrf52840.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` → ``boards/shields/wnc_m14a2a/Kconfig.defconfig:31`` Menu path: (Top) .. parsed-literal:: config GPIO_NRF_P1 bool default y depends on \ :option:`BOARD_NRF52840DK_NRF52840 ` && \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A ` ---- At ``boards/shields/sparkfun_sara_r4/boards/nrf52840dk_nrf52840.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``boards/shields/sparkfun_sara_r4/Kconfig.defconfig:38`` Menu path: (Top) .. parsed-literal:: config GPIO_NRF_P1 bool default y depends on \ :option:`BOARD_NRF52840DK_NRF52840 ` && \ :option:`NETWORKING ` && \ :option:`SHIELD_SPARKFUN_SARA_R4 ` ---- At ``boards/shields/wnc_m14a2a/boards/nrf52840dk_nrf52840.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``boards/shields/wnc_m14a2a/Kconfig.defconfig:31`` Menu path: (Top) .. parsed-literal:: config GPIO_NRF_P1 bool default y depends on \ :option:`BOARD_NRF52840DK_NRF52840 ` && \ :option:`NETWORKING ` && \ :option:`SHIELD_WNC_M14A2A ` ---- At ``drivers/gpio/Kconfig.nrfx:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:40`` Menu path: (Top) → Device Drivers → GPIO Drivers → nRF GPIO driver .. parsed-literal:: config GPIO_NRF_P1 bool "nRF GPIO Port P1" default y depends on \ :option:`HAS_HW_NRF_GPIO1 ` && \ :option:`GPIO_NRFX ` && \ :option:`GPIO ` help Enable nRF GPIO port P1 config options. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*