The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_EEPROM_SHELL

Enable EEPROM shell

Type: bool

Help

Enable the EEPROM shell with EEPROM related commands.

Direct dependencies

SHELL && EEPROM

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/eeprom/Kconfig:17

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:100

Menu path: (Top) → Device Drivers → EEPROM hardware support

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.)