i2c: slave-eeprom: add eeprom simulator driver
The first user of the i2c-slave interface is an eeprom simulator. It is a shared memory which can be accessed by the remote master via I2C and locally via sysfs. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
此提交包含在:
@@ -110,6 +110,16 @@ config I2C_STUB
|
||||
|
||||
If you don't know what to do here, definitely say N.
|
||||
|
||||
config I2C_SLAVE
|
||||
bool "I2C slave support"
|
||||
|
||||
if I2C_SLAVE
|
||||
|
||||
config I2C_SLAVE_EEPROM
|
||||
tristate "I2C eeprom slave driver"
|
||||
|
||||
endif
|
||||
|
||||
config I2C_DEBUG_CORE
|
||||
bool "I2C Core debugging messages"
|
||||
help
|
||||
|
新增問題並參考
封鎖使用者