CONFIG_CAF_FACTORY_RESET_REQUEST_BUTTON
Key ID of button used to request factory reset
Type: hex
Help
Button that will trigger a factory reset when held during the board
boot-up. If the button is held, factory reset request event would be
propagated through the system.
Direct dependencies
CAF_FACTORY_RESET_REQUEST
&& CAF
(Includes any dependencies from ifs and menus.)
Default
0x0000
Kconfig definition
At <nRF>/subsys/caf/modules/Kconfig.factory_reset_request:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:50
→ <nRF>/subsys/caf/Kconfig:16
→ <nRF>/subsys/caf/modules/Kconfig:13
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Factory reset request → Enable factory reset request module
config CAF_FACTORY_RESET_REQUEST_BUTTON
hex "Key ID of button used to request factory reset"
range 0x0000 0xffff
default 0x0000
depends on CAF_FACTORY_RESET_REQUEST && CAF
help
Button that will trigger a factory reset when held during the board
boot-up. If the button is held, factory reset request event would be
propagated through the system.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)