blob: 2a9c8d849bdc7b78aacc12cf47724d4f61d3512f [file] [log] [blame]
# Kconfig - 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"
depends on I2C_SLAVE
help
Enable virtual I2C Slave EEPROM driver
config I2C_EEPROM_SLAVE_0
bool "Enable I2C Slave EEPROM driver instance 0"
depends on I2C_EEPROM_SLAVE
default y
config I2C_EEPROM_SLAVE_1
bool "Enable I2C Slave EEPROM driver instance 1"
depends on I2C_EEPROM_SLAVE