1# Copyright (c) 2021 Innoseis B.V.
2# SPDX-License-Identifier: Apache-2.0
3
4config EEPROM_TMP11X
5	bool "TMP116, TMP117 and TMP119 EEPROM driver"
6	default y
7	depends on DT_HAS_TI_TMP11X_EEPROM_ENABLED
8	depends on TMP11X
9	help
10	  Enable support for the on-chip EEPROM found on
11	  Texas instrument TMP116, TMP117 and TMP119 temperature sensor
12