:orphan: .. title:: CANOPEN_STORAGE_HANDLER_ERASES_EEPROM .. option:: CONFIG_CANOPEN_STORAGE_HANDLER_ERASES_EEPROM *Erase CANopen object dictionary EEPROM entries in storage handler* Type: ``bool`` Help ==== Erase CANopen object dictionary EEPROM entries upon write to object dictionary index 0x1011 subindex 1. Direct dependencies =================== \ :option:`CANOPEN_STORAGE ` && \ :option:`CANOPEN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/canopen/Kconfig:60`` 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 → CANopen object dictionary storage .. parsed-literal:: config CANOPEN_STORAGE_HANDLER_ERASES_EEPROM bool "Erase CANopen object dictionary EEPROM entries in storage handler" depends on \ :option:`CANOPEN_STORAGE ` && \ :option:`CANOPEN ` help Erase CANopen object dictionary EEPROM entries upon write to object dictionary index 0x1011 subindex 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*