:orphan: .. title:: CANOPEN_STORAGE .. option:: CONFIG_CANOPEN_STORAGE *CANopen object dictionary storage* Type: ``bool`` Help ==== Enable support for storing the CANopen object dictionary to non-volatile storage. Direct dependencies =================== \ :option:`SETTINGS ` && \ :option:`CANOPEN ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/canopen/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:11`` → ``subsys/canbus/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support .. parsed-literal:: config CANOPEN_STORAGE bool "CANopen object dictionary storage" default y depends on \ :option:`SETTINGS ` && \ :option:`CANOPEN ` help Enable support for storing the CANopen object dictionary to non-volatile storage. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*