CONFIG_CANOPENNODE_STORAGE

CANopen object dictionary storage

CANopen object dictionary storage

Type: bool

Help

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

Help

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

Direct dependencies

(SETTINGS && CANOPENNODE) || (SETTINGS && CANOPENNODE && 0)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/modules/canopennode/Kconfig:48

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:44

Menu path: (Top) → Modules → CANopenNode (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/canopennode) → CANopenNode support

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

At <Zephyr>/modules/canopennode/Kconfig:48

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/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.)