zephyr/drivers/sensor/ti/tmp435/Kconfig
Jaakko Rautiainen 516e5d61c6 drivers: sensor: ti: tmp435: added driver for TMP435
The TMP435 is a remote temperature sensor monitor
with a built-in local temperature sensor.

Signed-off-by: Jaakko Rautiainen <jaakko.rautiainen@bittium.com>
2025-01-21 19:26:32 +01:00

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