: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 ``/canopennode/Kconfig:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:8`` Menu path: (Top) → Modules → CANopenNode (/home/runner/work/bridle/bridle/workspace/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 ``/canopennode/Kconfig:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/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.)*