# Copyright (c) 2024 Bittium Corporation
# SPDX-License-Identifier: Apache-2.0
#

config TMP435
	bool "TMP435 temperature sensor"
	default y
	depends on DT_HAS_TI_TMP435_ENABLED
	select I2C
	help
	  Enable the driver for the TMP435 temperature sensor
