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

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