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 Driver>/i2c/slave/Kconfig:9

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:42<Zephyr Driver>/i2c/Kconfig:31

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

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