zephyr/drivers/sensor/ti/tmp116/Kconfig
Maureen Helm b2b2d704f4 drivers: sensor: ti: Move to vendor subdirectory
Organizes sensor drivers by vendor to distribute maintainership
responsibilities.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2024-04-08 09:14:06 -04:00

13 lines
320 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"
default y
depends on DT_HAS_TI_TMP116_ENABLED
select I2C
help
Enable driver for TMP116 and TMP117 temperature sensors.