CONFIG_I2C_SLAVE

I2C Slave Drivers

Type: bool

Help

Enable I2C Slave Driver Configuration

Direct dependencies

I2C

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/i2c/slave/Kconfig:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:40<Zephyr>/drivers/i2c/Kconfig:30

Menu path: (Top) → Device Drivers → I2C Drivers

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