:orphan: .. title:: CONFIG_EEPROM_SHELL_BUFFER_SIZE .. kconfig:: CONFIG_EEPROM_SHELL_BUFFER_SIZE CONFIG_EEPROM_SHELL_BUFFER_SIZE ############################### *EEPROM shell buffer size* Type: ``int`` Help ==== .. code-block:: none Size of the buffer used for EEPROM read/write commands in the EEPROM shell. Direct dependencies =================== \ :kconfig:`EEPROM_SHELL ` && \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 256 Kconfig definition ================== At ``/eeprom/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` Menu path: (Top) → Device Drivers → EEPROM hardware support → Enable EEPROM shell .. code-block:: kconfig config EEPROM_SHELL_BUFFER_SIZE int "EEPROM shell buffer size" default 256 depends on EEPROM_SHELL && EEPROM help Size of the buffer used for EEPROM read/write commands in the EEPROM shell. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*