The TMP435 is a remote temperature sensor monitor with a built-in local temperature sensor. Signed-off-by: Jaakko Rautiainen <jaakko.rautiainen@bittium.com>
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
# 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
|