The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CANOPENNODE_STORAGE

CANopen object dictionary storage

Type: bool

Help

Enable support for storing the CANopen object dictionary to
non-volatile storage.

Direct dependencies

SETTINGS && CANOPENNODE && 0

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At modules/canopennode/Kconfig:48

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

Menu path: (Top) → Modules → CANopenNode support

config CANOPENNODE_STORAGE
    bool "CANopen object dictionary storage"
    default y
    depends on SETTINGS && CANOPENNODE && 0
    help
      Enable support for storing the CANopen object dictionary to
      non-volatile storage.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)