Lines Matching full:flash

1 menu "SPI Flash Support"
4 bool "Enable Driver Model for SPI flash"
7 Enable driver model for SPI flash. This SPI flash interface
9 implemented by the SPI flash uclass. There is one standard
10 SPI flash driver which knows how to probe most chips
14 during the transition parent. SPI and SPI flash must be
19 bool "Support sandbox SPI flash device"
25 device. Typically the contents of the emulated SPI flash device is
29 bool "Legacy SPI Flash Interface support"
33 Enable the legacy SPI flash support. This will include basic
40 int "SPI Flash default bus identifier"
46 flash is present on the system.
49 int "SPI Flash default Chip-select"
55 flash is present on the system.
58 hex "SPI Flash default mode (see include/spi.h)"
64 flash is present on the system.
67 int "SPI Flash default speed in Hz"
73 flash is present on the system.
82 SPI NOR flashes using Serial Flash Discoverable Parameters (SFDP)
86 bool "SPI flash Bank/Extended address register support"
88 Enable the SPI flash Bank/Extended address register support.
89 Bank/Extended address registers are used to access the flash
93 bool "SPI DUAL flash memory support"
95 Enable this option to support two flash memories connected to a single
99 bool "Atmel SPI flash support"
101 Add support for various Atmel SPI flash chips (AT45xxx and AT25xxx)
104 bool "EON SPI flash support"
106 Add support for various EON SPI flash chips (EN25xxx)
109 bool "GigaDevice SPI flash support"
111 Add support for various GigaDevice SPI flash chips (GD25xxx)
114 bool "ISSI SPI flash support"
116 Add support for various ISSI SPI flash chips (ISxxx)
119 bool "Macronix SPI flash support"
121 Add support for various Macronix SPI flash chips (MX25Lxxx)
124 bool "Spansion SPI flash support"
126 Add support for various Spansion SPI flash chips (S25FLxxx)
129 bool "STMicro SPI flash support"
131 Add support for various STMicro SPI flash chips (M25Pxxx and N25Qxxx)
134 bool "SST SPI flash support"
136 Add support for various SST SPI flash chips (SST25xxx)
139 bool "Winbond SPI flash support"
141 Add support for various Winbond SPI flash chips (W25xxx)
144 bool "XMC SPI flash support"
147 Manufacturing Corp.) SPI flash chips (XM25xxx)
156 Many flash memories support erasing small (4096 B) sectors. Depending
159 Changing a small part of the flash's contents is usually faster with
170 Enable the access for SPI-flash-based AT45xxx DataFlash chips.
171 DataFlash is a kind of SPI flash. Most AT45 chips have two buffers
182 bool "SPI Flash MTD support"
185 Enable the MTD support for spi flash layer, this adapter is for
188 flash subsystem. Such an adapter is needed for subsystems like
193 endmenu # menu "SPI Flash Support"