14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
# LM75 temperature sensor config
|
|
|
|
# Copyright (c) 2021 Leica Geosystems AG
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LM75
|
|
bool "LM75 Temperature Sensor"
|
|
default y
|
|
depends on DT_HAS_LM75_ENABLED
|
|
depends on I2C
|
|
help
|
|
Enable the driver for the LM75 digital temperature Sensor with 2-wire
|
|
interface. Thermal Watchdog is not implemented
|