:orphan: .. title:: EEPROM_SHELL .. option:: CONFIG_EEPROM_SHELL *Enable EEPROM shell* Type: ``bool`` Help ==== Enable the EEPROM shell with EEPROM related commands. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/eeprom/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:98`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. parsed-literal:: config EEPROM_SHELL bool "Enable EEPROM shell" default y depends on \ :option:`SHELL ` && \ :option:`EEPROM ` help Enable the EEPROM shell with EEPROM related commands. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*