1# I2C EEPROM Slave configuration options
2
3# Copyright (c) 2017 BayLibre, SAS
4# SPDX-License-Identifier: Apache-2.0
5
6config I2C_EEPROM_SLAVE
7	bool "I2C Slave EEPROM driver"
8	help
9	  Enable virtual I2C Slave EEPROM driver
10