zephyr/drivers/sensor/tmp116/Kconfig
Puranjay Mohan d31ed3be04 drivers: sensor: tmp116: Add support for SENSOR_ATTR_OFFSET.
TMP117 from TI is a sensor similar to tmp116, but it has more precision
and it also supports the offset register.
Add support for SENSOR_ATTR_OFFSET, which is used by TMP117 to the
pre-exisiting tmp116 driver.

This commit also enables multiple instances and adds TMP117 to Kconfig.

Signed-off-by: Puranjay Mohan <puranjay12@gmail.com>
2020-12-20 13:02:21 -05:00

11 lines
276 B
Plaintext

# TMP116 temperature sensor configuration options
# Copyright (c) 2019 Centaur Analytics, Inc
# SPDX-License-Identifier: Apache-2.0
config TMP116
bool "TMP116 and TMP117 Temperature Sensors"
depends on I2C
help
Enable driver for TMP116 and TMP117 temperature sensors.