zephyr/drivers/sensor/ti/lm95234/Kconfig
Robert Hancock 2d171efcec drivers: sensors: Add driver for LM95234 temperature sensor
Add a driver for the National/TI LM95234 Quad Remote Diode and Local
Temperature Sensor with SMBus Interface and TruTherm Technology.

Signed-off-by: Robert Hancock <robert.hancock@calian.com>
2024-06-14 19:34:01 +02:00

14 lines
358 B
Plaintext

# LM95234 temperature sensor config
# Copyright (c) 2024 Calian Advanced Technologies
# SPDX-License-Identifier: Apache-2.0
config LM95234
bool "LM95234 Temperature Sensor"
default y
depends on DT_HAS_NATIONAL_LM95234_ENABLED
select I2C
help
Enable the driver for the LM95234 Quad Remote Diode and Local
Temperature Sensor with SMBus Interface.