You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
338 B
11 lines
338 B
# 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
|
|
|