1# TMP114 temperature sensor configuration options
2
3# Copyright (c) 2024 Fredrik Gihl
4# SPDX-License-Identifier: Apache-2.0
5
6config TMP114
7	bool "TMP114 Temperature Sensor"
8	default y
9	depends on DT_HAS_TI_TMP114_ENABLED
10	select I2C
11	help
12	  Enable driver for TMP114 temperature sensors.
13