CONFIG_I2C_STATS¶
Enable I2C device Stats
Type: bool
Help¶
Enable I2C Stats.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/i2c/Kconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:42
Menu path: (Top) → Device Drivers → I2C Drivers
config I2C_STATS
bool "Enable I2C device Stats"
depends on STATS && I2C
help
Enable I2C Stats.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)