CONFIG_EEPROM_TMP116

TMP116 EEPROM driver

Type: bool

Help

Enable support for the on-chip EEPROM found on
Texas instrument TMP116 temperature sensor

Direct dependencies

TMP116 && EEPROM

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Driver>/eeprom/Kconfig.tmp116:4

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:100<Driver>/eeprom/Kconfig:61

Menu path: (Top) → Device Drivers → EEPROM hardware support

config EEPROM_TMP116
    bool "TMP116 EEPROM driver"
    default y
    depends on TMP116 && EEPROM
    help
      Enable support for the on-chip EEPROM found on
      Texas instrument TMP116 temperature sensor

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)