1# Copyright (c) 2024 Bittium Corporation
2# SPDX-License-Identifier: Apache-2.0
3#
4
5config TMP435
6 bool "TMP435 temperature sensor"
7 default y
8 depends on DT_HAS_TI_TMP435_ENABLED
9 select I2C
10 help
11 Enable the driver for the TMP435 temperature sensor
12