zephyr/drivers/sensor/lm35/Kconfig
Renato Soma da7b65735e drivers: sensors: Add driver for LM35
Add a driver implementation for the LM35 ADC temperature sensor

Signed-off-by: Renato Soma <renatoys08@gmail.com>
2024-04-02 14:29:42 +01:00

13 lines
295 B
Plaintext

# LM35 temperature sensor config
# Copyright (c) 2024 Renato Soma <renatoys08@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config LM35
bool "LM35 Temperature Sensor"
default y
depends on DT_HAS_LM35_ENABLED
select ADC
help
Enable the driver for the LM35 digital temperature Sensor