:orphan: .. title:: CONFIG_I2C_EEPROM_SLAVE .. kconfig:: CONFIG_I2C_EEPROM_SLAVE CONFIG_I2C_EEPROM_SLAVE ####################### *I2C Slave EEPROM driver* Type: ``bool`` Help ==== .. code-block:: none Enable virtual I2C Slave EEPROM driver Direct dependencies =================== \ :kconfig:`I2C_SLAVE ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/i2c/slave/Kconfig.eeprom:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:31`` → ``/i2c/slave/Kconfig:22`` Menu path: (Top) → Device Drivers → I2C Drivers → I2C Slave Drivers .. code-block:: kconfig config I2C_EEPROM_SLAVE bool "I2C Slave EEPROM driver" depends on I2C_SLAVE && I2C help Enable virtual I2C Slave EEPROM driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*