1# Configuration options for I2C emulators 2 3# Copyright 2020 Google LLC 4# SPDX-License-Identifier: Apache-2.0 5 6config EMUL_EEPROM_AT2X 7 bool "Emulate an Atmel AT24 I2C chip" 8 help 9 This is an emulator for the Atmel AT24 series of I2C-attached EEPROMs. 10 11 At present it only supports 8-bit addressing. The size of the EEPROM 12 is given by the 'size' property. See the binding for further details. 13