The latest development version of this page may be more current than this released 3.0.0 version.

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 drivers/eeprom/Kconfig.tmp116:4

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