-
CONFIG_CANOPEN_PROGRAM_DOWNLOAD
¶
CANopen program download
Type: bool
Help¶
Enable support for program download over CANopen according to the CiA 302-3 (draft) specification.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/canbus/canopen/Kconfig:107
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:11
→ <Zephyr>/subsys/canbus/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support
config CANOPEN_PROGRAM_DOWNLOAD bool "CANopen program download" default y selectIMG_MANAGER
depends onBOOTLOADER_MCUBOOT
&&CANOPEN
help Enable support for program download over CANopen according to the CiA 302-3 (draft) specification.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)