972e5d0274
eeprom access is supported by using either custom or eeprom API Signed-off-by: Guillaume Lager <g.lager@innoseis.com>
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
# Copyright (c) 2021 Innoseis B.V.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config EEPROM_TMP116
|
|
bool "TMP116 EEPROM driver"
|
|
depends on TMP116
|
|
default y
|
|
help
|
|
Enable support for the on-chip EEPROM found on
|
|
Texas instrument TMP116 temperature sensor
|