2019-11-01 20:45:29 +08:00
|
|
|
# TMP112 temperature sensor configuration options
|
2016-06-18 19:14:11 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2016 Firmwave
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-06-18 19:14:11 +08:00
|
|
|
|
2019-11-07 19:03:25 +08:00
|
|
|
config TMP112
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "TMP112 Temperature Sensor"
|
2017-09-22 02:28:16 +08:00
|
|
|
depends on I2C
|
2016-06-18 19:14:11 +08:00
|
|
|
help
|
2018-01-07 22:16:29 +08:00
|
|
|
Enable the driver for Texas Instruments TMP112 High-Accuracy Digital
|
|
|
|
Temperature Sensors.
|
|
|
|
|
|
|
|
The TMP102 is compatible with the TMP112 but is less accurate and has
|
|
|
|
been successfully tested with this driver.
|