:orphan: .. title:: CONFIG_CAF_LED_EVENTS .. kconfig:: CONFIG_CAF_LED_EVENTS CONFIG_CAF_LED_EVENTS ##################### *Enable LED events* Type: ``bool`` Help ==== .. code-block:: none Enable support for LED event. 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_LEDS ` Kconfig definition ================== At ``/subsys/caf/events/Kconfig:89`` 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_LED_EVENTS bool "Enable LED events" depends on CAF help Enable support for LED event. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*