1# I2C EEPROM Target configuration options
2
3# Copyright (c) 2017 BayLibre, SAS
4# SPDX-License-Identifier: Apache-2.0
5
6config I2C_EEPROM_TARGET
7	bool "I2C Target EEPROM driver"
8	help
9	  Enable virtual I2C Target EEPROM driver
10
11config I2C_EEPROM_TARGET_RUNTIME_ADDR
12	bool "Set I2C Target EEPROM Address at Runtime"
13	depends on I2C_EEPROM_TARGET
14	help
15	  Enable changing virtual I2C Target EEPROM device address at runtime
16