blob: b80d36343242ee51826a216a0b65091fa31a86ad [file] [log] [blame]
Adam Fordf1b1f772018-04-15 13:51:26 -04001menuconfig SPI
2 bool "SPI Support"
3
4if SPI
Jagan Tekide823052015-06-27 22:35:14 +05305
Masahiro Yamadada333ae2014-10-23 22:26:09 +09006config DM_SPI
7 bool "Enable Driver Model for SPI drivers"
8 depends on DM
9 help
Simon Glassf94a1be2015-02-05 21:41:35 -070010 Enable driver model for SPI. The SPI slave interface
11 (spi_setup_slave(), spi_xfer(), etc.) is then implemented by
12 the SPI uclass. Drivers provide methods to access the SPI
13 buses that they control. The uclass interface is defined in
14 include/spi.h. The existing spi_slave structure is attached
15 as 'parent data' to every slave on each bus. Slaves
16 typically use driver-private data instead of extending the
17 spi_slave structure.
Simon Glass892cac72015-03-06 13:19:05 -070018
Boris Brezillond13f5b22018-08-16 17:30:11 +020019config SPI_MEM
20 bool "SPI memory extension"
21 help
22 Enable this option if you want to enable the SPI memory extension.
23 This extension is meant to simplify interaction with SPI memories
24 by providing an high-level interface to send memory-like commands.
25
Vignesh R6430eea2019-02-05 11:29:15 +053026if DM_SPI
27
Thomas Chou15a56f92015-10-14 08:33:34 +080028config ALTERA_SPI
29 bool "Altera SPI driver"
30 help
31 Enable the Altera SPI driver. This driver can be used to
32 access the SPI NOR flash on platforms embedding this Altera
33 IP core. Please find details on the "Embedded Peripherals IP
34 User Guide" of Altera.
35
Jagan Teki15927ae2018-03-07 10:33:33 +053036config ATCSPI200_SPI
37 bool "Andestech ATCSPI200 SPI driver"
38 help
39 Enable the Andestech ATCSPI200 SPI driver. This driver can be
40 used to access the SPI flash on AE3XX and AE250 platforms embedding
41 this Andestech IP core.
42
Wills Wangb85dc462016-03-16 16:59:58 +080043config ATH79_SPI
44 bool "Atheros SPI driver"
45 depends on ARCH_ATH79
46 help
47 Enable the Atheros ar7xxx/ar9xxx SoC SPI driver, it was used
48 to access SPI NOR flash and other SPI peripherals. This driver
49 uses driver model and requires a device tree binding to operate.
50 please refer to doc/device-tree-bindings/spi/spi-ath79.txt.
51
Wenyou Yang0eafd4b2016-10-28 14:17:49 +080052config ATMEL_SPI
53 bool "Atmel SPI driver"
Jagan Teki89d4fc12018-03-14 18:46:44 +053054 default y if ARCH_AT91
Wenyou Yang0eafd4b2016-10-28 14:17:49 +080055 help
56 This enables driver for the Atmel SPI Controller, present on
Andy Shevchenkodaab59a2017-07-05 16:25:22 +030057 many AT91 (ARM) chips. This driver can be used to access
58 the SPI Flash, such as AT25DF321.
Wenyou Yang0eafd4b2016-10-28 14:17:49 +080059
Álvaro Fernández Rojas29cc4362018-01-20 02:13:38 +010060config BCM63XX_HSSPI
61 bool "BCM63XX HSSPI driver"
62 depends on ARCH_BMIPS
63 help
64 Enable the BCM6328 HSSPI driver. This driver can be used to
65 access the SPI NOR flash on platforms embedding this Broadcom
66 SPI core.
67
Álvaro Fernández Rojas5ac07d22018-01-23 17:14:58 +010068config BCM63XX_SPI
69 bool "BCM6348 SPI driver"
70 depends on ARCH_BMIPS
71 help
72 Enable the BCM6348/BCM6358 SPI driver. This driver can be used to
73 access the SPI NOR flash on platforms embedding these Broadcom
74 SPI cores.
75
Thomas Fitzsimmons894c3ad2018-06-08 17:59:45 -040076config BCMSTB_SPI
77 bool "BCMSTB SPI driver"
78 help
79 Enable the Broadcom set-top box SPI driver. This driver can
80 be used to access the SPI flash on platforms embedding this
81 Broadcom SPI core.
82
Jagan Tekie4976af2015-06-27 22:37:00 +053083config CADENCE_QSPI
84 bool "Cadence QSPI driver"
85 help
86 Enable the Cadence Quad-SPI (QSPI) driver. This driver can be
87 used to access the SPI NOR flash on platforms embedding this
88 Cadence IP core.
89
Angelo Dureghello610e3162019-03-13 21:46:46 +010090config CF_SPI
91 bool "ColdFire SPI driver"
92 help
93 Enable the ColdFire SPI driver. This driver can be used on
94 some m68k SoCs.
95
Jagan Tekie4976af2015-06-27 22:37:00 +053096config DESIGNWARE_SPI
97 bool "Designware SPI driver"
98 help
99 Enable the Designware SPI driver. This driver can be used to
100 access the SPI NOR flash on platforms embedding this Designware
101 IP core.
102
Jagan Tekic354eee2015-06-27 15:32:19 +0530103config EXYNOS_SPI
104 bool "Samsung Exynos SPI driver"
105 help
106 Enable the Samsung Exynos SPI driver. This driver can be used to
107 access the SPI NOR flash on platforms embedding this Samsung
108 Exynos IP core.
109
Jagan Teki94ea3082015-06-27 14:17:06 +0530110config FSL_DSPI
111 bool "Freescale DSPI driver"
112 help
113 Enable the Freescale DSPI driver. This driver can be used to
114 access the SPI NOR flash and SPI Data flash on platforms embedding
115 this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms
116 use this driver.
117
Jagan Teki45636012015-06-27 15:43:27 +0530118config ICH_SPI
119 bool "Intel ICH SPI driver"
Vignesh R6d825172019-02-05 11:29:28 +0530120 imply SPI_FLASH_BAR
Jagan Teki45636012015-06-27 15:43:27 +0530121 help
122 Enable the Intel ICH SPI driver. This driver can be used to
123 access the SPI NOR flash on platforms embedding this Intel
124 ICH IP core.
125
Neil Armstrong9d265062018-11-22 11:01:05 +0100126config MESON_SPIFC
127 bool "Amlogic Meson SPI Flash Controller driver"
128 depends on ARCH_MESON
129 help
130 Enable the Amlogic Meson SPI Flash Controller SPIFC) driver.
131 This driver can be used to access the SPI NOR flash chips on
132 Amlogic Meson SoCs.
133
Christophe Leroyf34d0312018-11-21 08:51:57 +0000134config MPC8XX_SPI
135 bool "MPC8XX SPI Driver"
136 depends on MPC8xx
137 help
138 Enable support for SPI on MPC8XX
139
Stefan Roese5eee9de2018-08-16 10:48:48 +0200140config MT7621_SPI
141 bool "MediaTek MT7621 SPI driver"
Weijie Gao16b94902019-04-30 11:13:58 +0800142 depends on SOC_MT7628
Stefan Roese5eee9de2018-08-16 10:48:48 +0200143 help
144 Enable the MT7621 SPI driver. This driver can be used to access
145 the SPI NOR flash on platforms embedding this Ralink / MediaTek
146 SPI core, like MT7621/7628/7688.
147
Guochun Mao052cafd2018-10-12 15:01:06 +0800148config MTK_QSPI
149 bool "Mediatek QSPI driver"
Vignesh R6d825172019-02-05 11:29:28 +0530150 imply SPI_FLASH_BAR
Guochun Mao052cafd2018-10-12 15:01:06 +0800151 help
152 Enable the Mediatek QSPI driver. This driver can be
153 used to access the SPI NOR flash on platforms embedding this
154 Mediatek QSPI IP core.
155
Stefan Roese3fda4ef2016-05-19 15:56:44 +0200156config MVEBU_A3700_SPI
157 bool "Marvell Armada 3700 SPI driver"
Marek Behúndbbd5bd2018-04-24 17:21:26 +0200158 select CLK_ARMADA_3720
Stefan Roese3fda4ef2016-05-19 15:56:44 +0200159 help
160 Enable the Marvell Armada 3700 SPI driver. This driver can be
161 used to access the SPI NOR flash on platforms embedding this
162 Marvell IP core.
163
Purna Chandra Mandale19b9002016-06-02 14:26:08 +0530164config PIC32_SPI
165 bool "Microchip PIC32 SPI driver"
166 depends on MACH_PIC32
167 help
168 Enable the Microchip PIC32 SPI driver. This driver can be used
169 to access the SPI NOR flash, MMC-over-SPI on platforms based on
170 Microchip PIC32 family devices.
171
Quentin Schulz8a4791f2018-08-31 16:28:29 +0200172config PL022_SPI
173 bool "ARM AMBA PL022 SSP controller driver"
174 depends on ARM
175 help
176 This selects the ARM(R) AMBA(R) PrimeCell PL022 SSP
177 controller. If you have an embedded system with an AMBA(R)
178 bus and a PL022 controller, say Y or M here.
179
Marek Vasutfbebea22017-11-29 06:29:46 +0100180config RENESAS_RPC_SPI
181 bool "Renesas RPC SPI driver"
Marek Vasutb5b66562019-05-04 18:52:33 +0200182 depends on RCAR_GEN3 || RZA1
Vignesh R6d825172019-02-05 11:29:28 +0530183 imply SPI_FLASH_BAR
Marek Vasutfbebea22017-11-29 06:29:46 +0100184 help
185 Enable the Renesas RPC SPI driver, used to access SPI NOR flash
186 on Renesas RCar Gen3 SoCs. This uses driver model and requires a
187 device tree binding to operate.
188
Simon Glass1b2fd5b2015-09-01 19:19:37 -0600189config ROCKCHIP_SPI
190 bool "Rockchip SPI driver"
191 help
192 Enable the Rockchip SPI driver, used to access SPI NOR flash and
193 other SPI peripherals (such as the Chrome OS EC) on Rockchip SoCs.
194 This uses driver model and requires a device tree binding to
195 operate.
196
Simon Glass892cac72015-03-06 13:19:05 -0700197config SANDBOX_SPI
198 bool "Sandbox SPI driver"
199 depends on SANDBOX && DM
200 help
201 Enable SPI support for sandbox. This is an emulation of a real SPI
202 bus. Devices can be attached to the bus using the device tree
203 which specifies the driver to use. As an example, see this device
204 tree fragment from sandbox.dts. It shows that the SPI bus has a
205 single flash device on chip select 0 which is emulated by the driver
206 for "sandbox,spi-flash", which is in drivers/mtd/spi/sandbox.c.
207
208 spi@0 {
209 #address-cells = <1>;
210 #size-cells = <0>;
211 reg = <0>;
212 compatible = "sandbox,spi";
213 cs-gpios = <0>, <&gpio_a 0>;
214 flash@0 {
215 reg = <0>;
216 compatible = "spansion,m25p16", "sandbox,spi-flash";
217 spi-max-frequency = <40000000>;
218 sandbox,filename = "spi.bin";
219 };
Jagan Tekie4976af2015-06-27 22:37:00 +0530220 };
Jagan Tekif924a202015-06-27 04:41:11 +0530221
Jagan Tekia51cd542019-02-27 20:02:13 +0530222config SPI_SUNXI
223 bool "Allwinner SoC SPI controllers"
224 help
225 Enable the Allwinner SoC SPi controller driver.
226
227 Same controller driver can reuse in all Allwinner SoC variants.
228
Michael Kurzd4363ba2017-01-22 16:04:30 +0100229config STM32_QSPI
230 bool "STM32F7 QSPI driver"
Patrice Chotard351d2fe2019-04-30 16:09:18 +0200231 depends on STM32F4 || STM32F7 || ARCH_STM32MP
Michael Kurzd4363ba2017-01-22 16:04:30 +0100232 help
233 Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be
234 used to access the SPI NOR flash chips on platforms embedding
235 this ST IP core.
236
Patrice Chotarda2a89b22019-04-30 18:08:28 +0200237config STM32_SPI
238 bool "STM32 SPI driver"
239 depends on ARCH_STM32MP
240 help
241 Enable the STM32 Serial Peripheral Interface (SPI) driver for STM32MP
242 SoCs. This uses driver model and requires a device tree binding to
243 operate.
244
Jagan Teki5bf9a2d2015-06-27 15:57:53 +0530245config TEGRA114_SPI
246 bool "nVidia Tegra114 SPI driver"
247 help
248 Enable the nVidia Tegra114 SPI driver. This driver can be used to
249 access the SPI NOR flash on platforms embedding this nVidia Tegra114
250 IP core.
251
252 This controller is different than the older SoCs SPI controller and
253 also register interface get changed with this controller.
254
Jagan Teki2f3e6f82015-06-27 16:04:05 +0530255config TEGRA20_SFLASH
256 bool "nVidia Tegra20 Serial Flash controller driver"
257 help
258 Enable the nVidia Tegra20 Serial Flash controller driver. This driver
259 can be used to access the SPI NOR flash on platforms embedding this
260 nVidia Tegra20 IP core.
261
Jagan Teki44958302015-06-27 16:07:54 +0530262config TEGRA20_SLINK
263 bool "nVidia Tegra20/Tegra30 SLINK driver"
264 help
265 Enable the nVidia Tegra20/Tegra30 SLINK driver. This driver can
266 be used to access the SPI NOR flash on platforms embedding this
267 nVidia Tegra20/Tegra30 IP cores.
268
Tom Warren4e675ff2015-10-12 14:50:54 -0700269config TEGRA210_QSPI
270 bool "nVidia Tegra210 QSPI driver"
271 help
272 Enable the Tegra Quad-SPI (QSPI) driver for T210. This driver
273 be used to access SPI chips on platforms embedding this
274 NVIDIA Tegra210 IP core.
275
Vignesh Raghavendra61ae9782019-04-16 21:31:59 +0530276config TI_QSPI
277 bool "TI QSPI driver"
278 imply TI_EDMA3
279 help
280 Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms.
281 This driver support spi flash single, quad and memory reads.
282
Jagan Teki075143d2015-06-27 04:32:43 +0530283config XILINX_SPI
284 bool "Xilinx SPI driver"
Jagan Teki075143d2015-06-27 04:32:43 +0530285 help
286 Enable the Xilinx SPI driver from the Xilinx EDK. This SPI
287 controller support 8 bit SPI transfers only, with or w/o FIFO.
288 For more info on Xilinx SPI Register Definitions and Overview
289 see driver file - drivers/spi/xilinx_spi.c
290
Jagan Tekidf30a422015-06-27 00:51:38 +0530291config ZYNQ_SPI
292 bool "Zynq SPI driver"
Michal Simekec48b6c2018-08-22 14:55:27 +0200293 depends on ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL
Jagan Tekidf30a422015-06-27 00:51:38 +0530294 help
295 Enable the Zynq SPI driver. This driver can be used to
296 access the SPI NOR flash on platforms embedding this Zynq
297 SPI IP core.
Jagan Tekide823052015-06-27 22:35:14 +0530298
Jagan Teki78a025a2015-08-16 00:19:38 +0530299config ZYNQ_QSPI
300 bool "Zynq QSPI driver"
301 depends on ARCH_ZYNQ
Vignesh R6d825172019-02-05 11:29:28 +0530302 imply SPI_FLASH_BAR
Jagan Teki78a025a2015-08-16 00:19:38 +0530303 help
304 Enable the Zynq Quad-SPI (QSPI) driver. This driver can be
305 used to access the SPI NOR flash on platforms embedding this
306 Zynq QSPI IP core. This IP is used to connect the flash in
307 4-bit qspi, 8-bit dual stacked and shared 4-bit dual parallel.
308
Siva Durga Prasad Paladugu22cca172018-07-04 17:31:23 +0530309config ZYNQMP_GQSPI
310 bool "Configure ZynqMP Generic QSPI"
Michal Simekec48b6c2018-08-22 14:55:27 +0200311 depends on ARCH_ZYNQMP || ARCH_VERSAL
Siva Durga Prasad Paladugu22cca172018-07-04 17:31:23 +0530312 help
313 This option is used to enable ZynqMP QSPI controller driver which
314 is used to communicate with qspi flash devices.
315
Jagan Tekie4976af2015-06-27 22:37:00 +0530316endif # if DM_SPI
317
Peng Fan41eb8ff2017-04-13 14:09:55 +0800318config SOFT_SPI
319 bool "Soft SPI driver"
320 help
321 Enable Soft SPI driver. This driver is to use GPIO simulate
322 the SPI protocol.
323
Lars Povlsenfd6e0b02019-01-08 10:38:33 +0100324config MSCC_BB_SPI
325 bool "MSCC bitbang SPI driver"
326 depends on SOC_VCOREIII
327 help
328 Enable MSCC bitbang SPI driver. This driver can be used on
329 MSCC SOCs.
330
Tuomas Tynkkynenfbca0e62018-02-07 02:42:23 +0200331config CF_SPI
332 bool "ColdFire SPI driver"
333 help
334 Enable the ColdFire SPI driver. This driver can be used on
335 some m68k SoCs.
336
Jagan Teki3debffa2015-06-27 15:21:36 +0530337config FSL_ESPI
338 bool "Freescale eSPI driver"
339 help
340 Enable the Freescale eSPI driver. This driver can be used to
341 access the SPI interface and SPI NOR flash on platforms embedding
342 this Freescale eSPI IP core.
343
Jagan Teki21b1dd12016-09-03 12:58:33 +0530344config FSL_QSPI
345 bool "Freescale QSPI driver"
Vignesh R6d825172019-02-05 11:29:28 +0530346 imply SPI_FLASH_BAR
Jagan Teki21b1dd12016-09-03 12:58:33 +0530347 help
348 Enable the Freescale Quad-SPI (QSPI) driver. This driver can be
349 used to access the SPI NOR flash on platforms embedding this
350 Freescale IP core.
351
Adam Ford26410c12017-12-30 07:33:42 -0600352config DAVINCI_SPI
353 bool "Davinci & Keystone SPI driver"
354 depends on ARCH_DAVINCI || ARCH_KEYSTONE
355 help
356 Enable the Davinci SPI driver
357
Tuomas Tynkkynen95d38772018-02-07 02:42:16 +0200358config SH_SPI
359 bool "SuperH SPI driver"
360 help
361 Enable the SuperH SPI controller driver. This driver can be used
362 on various SuperH SoCs, such as SH7757.
363
Tuomas Tynkkynena5dfabe2018-02-07 02:42:17 +0200364config SH_QSPI
365 bool "Renesas Quad SPI driver"
366 help
367 Enable the Renesas Quad SPI controller driver. This driver can be
368 used on Renesas SoCs.
369
Tuomas Tynkkynen4a942f42018-02-07 02:42:22 +0200370config KIRKWOOD_SPI
371 bool "Marvell Kirkwood SPI Driver"
372 help
373 Enable support for SPI on various Marvell SoCs, such as
374 Kirkwood and Armada 375.
375
Tuomas Tynkkynen2c4b0962018-02-07 02:42:21 +0200376config LPC32XX_SSP
377 bool "LPC32XX SPI Driver"
378 help
379 Enable support for SPI on LPC32xx
380
Tuomas Tynkkynenbbdf3862018-02-07 02:42:20 +0200381config MPC8XXX_SPI
382 bool "MPC8XXX SPI Driver"
383 help
384 Enable support for SPI on the MPC8XXX PowerPC SoCs.
385
Tuomas Tynkkynen60e54562018-02-07 02:42:19 +0200386config MXC_SPI
387 bool "MXC SPI Driver"
388 help
389 Enable the MXC SPI controller driver. This driver can be used
390 on various i.MX SoCs such as i.MX31/35/51/6/7.
391
Tuomas Tynkkynen7b819b52018-02-07 02:42:18 +0200392config MXS_SPI
393 bool "MXS SPI Driver"
394 help
395 Enable the MXS SPI controller driver. This driver can be used
396 on the i.MX23 and i.MX28 SoCs.
397
Adam Forda41e3e12017-07-26 22:25:29 -0500398config OMAP3_SPI
399 bool "McSPI driver for OMAP"
400 help
401 SPI master controller for OMAP24XX and later Multichannel SPI
402 (McSPI). This driver be used to access SPI chips on platforms
403 embedding this OMAP3 McSPI IP core.
404
Adam Fordf1b1f772018-04-15 13:51:26 -0400405endif # menu "SPI Support"