zephyr/drivers/sensor/tmp116/Kconfig

14 lines
283 B
Plaintext

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