:orphan: .. title:: choice: Pin used for reset .. _choice_41: .. describe:: choice: Pin used for reset *Pin used for reset* Type: ``bool`` Direct dependencies =================== \ :option:`BOARD_NRF9160DK_NRF52840_RESET ` && \ :option:`BOARD_NRF9160DK_NRF52840 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`BOARD_NRF9160DK_NRF52840_RESET_P0_17 ` - \ :option:`BOARD_NRF9160DK_NRF52840_RESET_P0_20 ` - \ :option:`BOARD_NRF9160DK_NRF52840_RESET_P0_15 ` - \ :option:`BOARD_NRF9160DK_NRF52840_RESET_P0_22 ` - \ :option:`BOARD_NRF9160DK_NRF52840_RESET_P1_04 ` - \ :option:`BOARD_NRF9160DK_NRF52840_RESET_P1_02 ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/nrf9160dk_nrf52840/Kconfig:201`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:57`` Menu path: (Top) → Board Options → Enable GPIO reset line .. parsed-literal:: choice bool "Pin used for reset" depends on \ :option:`BOARD_NRF9160DK_NRF52840_RESET ` && \ :option:`BOARD_NRF9160DK_NRF52840 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*