This reverts commit cabbd916cf.
This is considered to be useful enough that it should be restored
as a stable Zephyr API.
Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
# I2C EEPROM Slave configuration options
|
|
|
|
# Copyright (c) 2017 BayLibre, SAS
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config I2C_EEPROM_SLAVE
|
|
bool "I2C Slave EEPROM driver"
|
|
help
|
|
Enable virtual I2C Slave EEPROM driver
|