1# TMP116 temperature sensor configuration options
2
3# Copyright (c) 2019 Centaur Analytics, Inc
4# SPDX-License-Identifier: Apache-2.0
5
6config TMP116
7	bool "TMP116 and TMP117 Temperature Sensors"
8	default y
9	depends on DT_HAS_TI_TMP116_ENABLED
10	select I2C
11	help
12	  Enable driver for TMP116 and TMP117 temperature sensors.
13