:orphan: .. title:: CANOPEN_LEDS .. option:: CONFIG_CANOPEN_LEDS *CANopen LED indicators* Type: ``bool`` Help ==== Enable support for CANopen LED indicators according to the CiA 303-3 specification. Direct dependencies =================== \ :option:`CANOPEN ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/canopen/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:11`` → ``subsys/canbus/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support .. parsed-literal:: config CANOPEN_LEDS bool "CANopen LED indicators" default y depends on \ :option:`CANOPEN ` 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.)*