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