:orphan: .. title:: CANOPEN_LEDS_BICOLOR .. option:: CONFIG_CANOPEN_LEDS_BICOLOR *CANopen bicolor LED indicator* Type: ``bool`` Help ==== Handle CANopen LEDs as one bicolor LED, favoring the red LED over the green LED in accordance with the CiA 303-3 specification. Direct dependencies =================== \ :option:`CANOPEN_LEDS ` && \ :option:`CANOPEN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/canopen/Kconfig:74`` 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 → CANopen LED indicators .. parsed-literal:: config CANOPEN_LEDS_BICOLOR bool "CANopen bicolor LED indicator" depends on \ :option:`CANOPEN_LEDS ` && \ :option:`CANOPEN ` help Handle CANopen LEDs as one bicolor LED, favoring the red LED over the green LED in accordance with the CiA 303-3 specification. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*