Lines Matching full:spi

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"
23 provided instead. Drivers can be connected up to the sandbox SPI
24 bus (see CONFIG_SANDBOX_SPI) and SPI traffic will be routed to this
25 device. Typically the contents of the emulated SPI flash device is
29 bool "Legacy SPI Flash Interface support"
30 depends on SPI
33 Enable the legacy SPI flash support. This will include basic
40 int "SPI Flash default bus identifier"
49 int "SPI Flash default Chip-select"
58 hex "SPI Flash default mode (see include/spi.h)"
67 int "SPI Flash default speed in Hz"
78 bool "SFDP table parsing support for SPI NOR flashes"
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.
93 bool "SPI DUAL flash memory support"
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)
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
187 commands. It is not intended to use it within sf_cmd or the SPI
193 endmenu # menu "SPI Flash Support"