CONFIG_CANOPENNODE_LEDS

CANopen LED indicators

CANopen LED indicators

Type: bool

Help

Enable support for CANopen LED indicators according to the CiA
303-3 specification.

Help

Enable support for CANopen LED indicators according to the CiA
303-3 specification.

Direct dependencies

CANOPENNODE || (CANOPENNODE && 0)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/modules/canopennode/Kconfig:63

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:44

Menu path: (Top) → Modules → CANopenNode (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/canopennode) → CANopenNode support

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 <Zephyr>/modules/canopennode/Kconfig:63

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:74

Menu path: (Top) → Modules → CANopenNode support

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.)