:orphan: .. title:: CONFIG_CANOPENNODE_LEDS .. kconfig:: CONFIG_CANOPENNODE_LEDS CONFIG_CANOPENNODE_LEDS ####################### *CANopen LED indicators* *CANopen LED indicators* Type: ``bool`` Help ==== .. code-block:: none Enable support for CANopen LED indicators according to the CiA 303-3 specification. Help ==== .. code-block:: none Enable support for CANopen LED indicators according to the CiA 303-3 specification. Direct dependencies =================== \ :kconfig:`CANOPENNODE ` || (\ :kconfig:`CANOPENNODE ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/modules/canopennode/Kconfig:63`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:44`` Menu path: (Top) → Modules → CANopenNode (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/canopennode) → CANopenNode support .. code-block:: kconfig config CANOPENNODE_LEDS bool "CANopen LED indicators" default y depends on CANOPENNODE help Enable support for CANopen LED indicators according to the CiA 303-3 specification. ---- At ``/modules/canopennode/Kconfig:63`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:74`` Menu path: (Top) → Modules → CANopenNode support .. code-block:: kconfig config CANOPENNODE_LEDS bool "CANopen LED indicators" default y depends on CANOPENNODE && 0 help Enable support for CANopen LED indicators according to the CiA 303-3 specification. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*