Lines Matching full:eeprom
1 # EEPROM driver configuration options
6 menuconfig EEPROM config
7 bool "Electrically Erasable Programmable Read-Only Memory (EEPROM) drivers"
9 Enable support for EEPROM hardware.
11 if EEPROM
13 module = EEPROM
14 module-str = eeprom
18 int "EEPROM init priority"
21 EEPROM driver device initialization priority. This initialization
26 bool "EEPROM shell"
29 Enable the EEPROM shell with EEPROM related commands.
32 int "EEPROM shell buffer size"
36 Size of the buffer used for EEPROM read/write commands in
37 the EEPROM shell.
51 At present it only supports 8-bit addressing. The size of the EEPROM
66 Examples of compatible EEPROM families:
82 Examples of compatible EEPROM families:
87 int "AT2X EEPROM init priority"
91 AT2X EEPROM driver device initialization priority.
93 The EEPROM is connected to I2C or SPI bus an has to be initialized
96 source "drivers/eeprom/Kconfig.lpc11u6x"
97 source "drivers/eeprom/Kconfig.stm32"
98 source "drivers/eeprom/Kconfig.eeprom_emu"
99 source "drivers/eeprom/Kconfig.tmp116"
100 source "drivers/eeprom/Kconfig.xec"
101 source "drivers/eeprom/Kconfig.mb85rcxx"
102 source "drivers/eeprom/Kconfig.mb85rsxx"
105 bool "Simulated EEPROM driver"
111 Enable Simulated EEPROM driver.
136 bool "Fake EEPROM driver"
140 Enable support for the FFF-based fake EEPROM driver.
142 endif # EEPROM