16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
# I2C EEPROM Target configuration options
|
|
|
|
# Copyright (c) 2017 BayLibre, SAS
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config I2C_EEPROM_TARGET
|
|
bool "I2C Target EEPROM driver"
|
|
help
|
|
Enable virtual I2C Target EEPROM driver
|
|
|
|
config I2C_EEPROM_TARGET_RUNTIME_ADDR
|
|
bool "Set I2C Target EEPROM Address at Runtime"
|
|
depends on I2C_EEPROM_TARGET
|
|
help
|
|
Enable changing virtual I2C Target EEPROM device address at runtime
|