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