:orphan: .. title:: CONFIG_CANOPENNODE_PROGRAM_DOWNLOAD .. kconfig:: CONFIG_CANOPENNODE_PROGRAM_DOWNLOAD CONFIG_CANOPENNODE_PROGRAM_DOWNLOAD ################################### *CANopen program download* *CANopen program download* Type: ``bool`` Help ==== .. code-block:: none Enable support for program download over CANopen according to the CiA 302-3 (draft) specification. Help ==== .. code-block:: none Enable support for program download over CANopen according to the CiA 302-3 (draft) specification. Direct dependencies =================== (\ :kconfig:`BOOTLOADER_MCUBOOT ` && \ :kconfig:`CANOPENNODE `) || (\ :kconfig:`BOOTLOADER_MCUBOOT ` && \ :kconfig:`CANOPENNODE ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`IMG_MANAGER ` - \ :kconfig:`IMG_MANAGER ` Kconfig definitions =================== At ``/canopennode/Kconfig:103`` 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_PROGRAM_DOWNLOAD bool "CANopen program download" default y select IMG_MANAGER depends on BOOTLOADER_MCUBOOT && CANOPENNODE help Enable support for program download over CANopen according to the CiA 302-3 (draft) specification. ---- At ``/canopennode/Kconfig:103`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → CANopenNode support .. code-block:: kconfig config CANOPENNODE_PROGRAM_DOWNLOAD bool "CANopen program download" default y select IMG_MANAGER depends on BOOTLOADER_MCUBOOT && CANOPENNODE && 0 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.)*