:orphan: .. title:: CONFIG_CAF_BUTTON_EVENTS .. kconfig:: CONFIG_CAF_BUTTON_EVENTS CONFIG_CAF_BUTTON_EVENTS ######################## *Enable button events* Type: ``bool`` Help ==== .. code-block:: none Enable support for button events. Direct dependencies =================== \ :kconfig:`CAF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`CAF_BUTTONS ` Kconfig definition ================== At ``/subsys/caf/events/Kconfig:67`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:44`` → ``/subsys/caf/Kconfig:15`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Event options .. code-block:: kconfig config CAF_BUTTON_EVENTS bool "Enable button events" depends on CAF help Enable support for button events. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*