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>
13 lines
336 B
Plaintext
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.
|