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>
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
# Copyright (c) 2021 Innoseis B.V.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config EEPROM_TMP11X
|
|
bool "TMP116, TMP117 and TMP119 EEPROM driver"
|
|
default y
|
|
depends on DT_HAS_TI_TMP11X_EEPROM_ENABLED
|
|
depends on TMP11X
|
|
help
|
|
Enable support for the on-chip EEPROM found on
|
|
Texas instrument TMP116, TMP117 and TMP119 temperature sensor
|