zephyr/drivers/sensor/tmp112/Kconfig
Kumar Gala b388b178a0 sensor: tmp112: Convert to DTS
Convert tmp112 sensor driver and sample app to utilize device tree.

Introduce a dts board overlay on the frdm_k64f board to ensure we at
least have a single platform in which the sample gets built.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-11-08 07:44:54 -06:00

15 lines
406 B
Plaintext

# TMP112 temperature sensor configuration options
# Copyright (c) 2016 Firmwave
# SPDX-License-Identifier: Apache-2.0
config TMP112
bool "TMP112 Temperature Sensor"
depends on I2C
help
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.