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