:orphan: .. title:: CONFIG_EEPROM_TMP116 .. kconfig:: CONFIG_EEPROM_TMP116 CONFIG_EEPROM_TMP116 #################### *TMP116 EEPROM driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the on-chip EEPROM found on Texas instrument TMP116 temperature sensor Direct dependencies =================== \ :kconfig:`TMP116 ` && \ :kconfig:`EEPROM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/eeprom/Kconfig.tmp116:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:100`` → ``/eeprom/Kconfig:61`` Menu path: (Top) → Device Drivers → EEPROM hardware support .. code-block:: kconfig 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.)*