CONFIG_I2C_STATS

Enable I2C device Stats

Type: bool

Help

Enable I2C Stats.

Direct dependencies

STATS && I2C

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/i2c/Kconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/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.)