CONFIG_EEPROM_TMP116¶
TMP116 EEPROM driver
Type: bool
Help¶
Enable support for the on-chip EEPROM found on
Texas instrument TMP116 temperature sensor
Default¶
y
Kconfig definition¶
At drivers/eeprom/Kconfig.tmp116:4
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:100
→ 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.)