-
CONFIG_I2C_SLAVE¶
I2C Slave Drivers
Type: bool
Help¶
Enable I2C Slave Driver Configuration
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At drivers/i2c/slave/Kconfig:9
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:40 → drivers/i2c/Kconfig:30
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.)