zephyr/drivers/sensor/ti/tmp11x/Kconfig
Jeppe Odgaard 231b2a0c19 drivers: sensor: rename tmp116 to tmp11x
The tmp116 sensor driver also supports tmp117 and tmp119. Therefore rename
to indicate that is supports a range of tmp devices.

Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
2025-04-11 16:17:35 +02:00

13 lines
336 B
Plaintext

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