:orphan: .. title:: CONFIG_CANOPENNODE_STORAGE .. kconfig:: CONFIG_CANOPENNODE_STORAGE CONFIG_CANOPENNODE_STORAGE ########################## *CANopen object dictionary storage* *CANopen object dictionary storage* Type: ``bool`` Help ==== .. code-block:: none Enable support for storing the CANopen object dictionary to non-volatile storage. Help ==== .. code-block:: none Enable support for storing the CANopen object dictionary to non-volatile storage. Direct dependencies =================== (\ :kconfig:`SETTINGS ` && \ :kconfig:`CANOPENNODE `) || (\ :kconfig:`SETTINGS ` && \ :kconfig:`CANOPENNODE ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/canopennode/Kconfig:48`` 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_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 ``/canopennode/Kconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → CANopenNode support .. code-block:: kconfig 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.)*