spi: Add Amlogic Meson SPI Flash Controller driver
[platform/kernel/u-boot.git] / drivers / spi / Kconfig
1 menuconfig SPI
2         bool "SPI Support"
3
4 if SPI
5
6 config DM_SPI
7         bool "Enable Driver Model for SPI drivers"
8         depends on DM
9         help
10           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.
18
19 if DM_SPI
20
21 config SPI_MEM
22         bool "SPI memory extension"
23         help
24           Enable this option if you want to enable the SPI memory extension.
25           This extension is meant to simplify interaction with SPI memories
26           by providing an high-level interface to send memory-like commands.
27
28 config 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
36 config 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
43 config 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
52 config ATMEL_SPI
53         bool "Atmel SPI driver"
54         default y if ARCH_AT91
55         help
56           This enables driver for the Atmel SPI Controller, present on
57           many AT91 (ARM) chips. This driver can be used to access
58           the SPI Flash, such as AT25DF321.
59
60 config 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
68 config 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
76 config 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
83 config 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
90 config DESIGNWARE_SPI
91         bool "Designware SPI driver"
92         help
93           Enable the Designware SPI driver. This driver can be used to
94           access the SPI NOR flash on platforms embedding this Designware
95           IP core.
96
97 config EXYNOS_SPI
98         bool "Samsung Exynos SPI driver"
99         help
100           Enable the Samsung Exynos SPI driver. This driver can be used to
101           access the SPI NOR flash on platforms embedding this Samsung
102           Exynos IP core.
103
104 config FSL_DSPI
105         bool "Freescale DSPI driver"
106         help
107           Enable the Freescale DSPI driver. This driver can be used to
108           access the SPI NOR flash and SPI Data flash on platforms embedding
109           this Freescale DSPI IP core. LS102xA and Colibri VF50/VF61 platforms
110           use this driver.
111
112 config ICH_SPI
113         bool "Intel ICH SPI driver"
114         help
115           Enable the Intel ICH SPI driver. This driver can be used to
116           access the SPI NOR flash on platforms embedding this Intel
117           ICH IP core.
118
119 config MESON_SPIFC
120         bool "Amlogic Meson SPI Flash Controller driver"
121         depends on ARCH_MESON
122         help
123           Enable the Amlogic Meson SPI Flash Controller SPIFC) driver.
124           This driver can be used to access the SPI NOR flash chips on
125           Amlogic Meson SoCs.
126
127 config MT7621_SPI
128         bool "MediaTek MT7621 SPI driver"
129         depends on ARCH_MT7620
130         help
131           Enable the MT7621 SPI driver. This driver can be used to access
132           the SPI NOR flash on platforms embedding this Ralink / MediaTek
133           SPI core, like MT7621/7628/7688.
134
135 config MVEBU_A3700_SPI
136         bool "Marvell Armada 3700 SPI driver"
137         select CLK_ARMADA_3720
138         help
139           Enable the Marvell Armada 3700 SPI driver. This driver can be
140           used to access the SPI NOR flash on platforms embedding this
141           Marvell IP core.
142
143 config PIC32_SPI
144         bool "Microchip PIC32 SPI driver"
145         depends on MACH_PIC32
146         help
147           Enable the Microchip PIC32 SPI driver. This driver can be used
148           to access the SPI NOR flash, MMC-over-SPI on platforms based on
149           Microchip PIC32 family devices.
150
151 config PL022_SPI
152         bool "ARM AMBA PL022 SSP controller driver"
153         depends on ARM
154         help
155           This selects the ARM(R) AMBA(R) PrimeCell PL022 SSP
156           controller. If you have an embedded system with an AMBA(R)
157           bus and a PL022 controller, say Y or M here.
158
159 config RENESAS_RPC_SPI
160         bool "Renesas RPC SPI driver"
161         depends on RCAR_GEN3
162         help
163           Enable the Renesas RPC SPI driver, used to access SPI NOR flash
164           on Renesas RCar Gen3 SoCs. This uses driver model and requires a
165           device tree binding to operate.
166
167 config ROCKCHIP_SPI
168         bool "Rockchip SPI driver"
169         help
170           Enable the Rockchip SPI driver, used to access SPI NOR flash and
171           other SPI peripherals (such as the Chrome OS EC) on Rockchip SoCs.
172           This uses driver model and requires a device tree binding to
173           operate.
174
175 config SANDBOX_SPI
176         bool "Sandbox SPI driver"
177         depends on SANDBOX && DM
178         help
179           Enable SPI support for sandbox. This is an emulation of a real SPI
180           bus. Devices can be attached to the bus using the device tree
181           which specifies the driver to use. As an example, see this device
182           tree fragment from sandbox.dts. It shows that the SPI bus has a
183           single flash device on chip select 0 which is emulated by the driver
184           for "sandbox,spi-flash", which is in drivers/mtd/spi/sandbox.c.
185
186           spi@0 {
187                 #address-cells = <1>;
188                 #size-cells = <0>;
189                 reg = <0>;
190                 compatible = "sandbox,spi";
191                 cs-gpios = <0>, <&gpio_a 0>;
192                 flash@0 {
193                         reg = <0>;
194                         compatible = "spansion,m25p16", "sandbox,spi-flash";
195                         spi-max-frequency = <40000000>;
196                         sandbox,filename = "spi.bin";
197                 };
198           };
199
200 config STM32_QSPI
201         bool "STM32F7 QSPI driver"
202         depends on STM32F7
203         help
204           Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be
205           used to access the SPI NOR flash chips on platforms embedding
206           this ST IP core.
207
208 config SUN4I_SPI
209         bool "Allwinner A10 SoCs SPI controller"
210         help
211           SPI driver for Allwinner sun4i, sun5i and sun7i SoCs
212
213 config TEGRA114_SPI
214         bool "nVidia Tegra114 SPI driver"
215         help
216           Enable the nVidia Tegra114 SPI driver. This driver can be used to
217           access the SPI NOR flash on platforms embedding this nVidia Tegra114
218           IP core.
219
220           This controller is different than the older SoCs SPI controller and
221           also register interface get changed with this controller.
222
223 config TEGRA20_SFLASH
224         bool "nVidia Tegra20 Serial Flash controller driver"
225         help
226           Enable the nVidia Tegra20 Serial Flash controller driver. This driver
227           can be used to access the SPI NOR flash on platforms embedding this
228           nVidia Tegra20 IP core.
229
230 config TEGRA20_SLINK
231         bool "nVidia Tegra20/Tegra30 SLINK driver"
232         help
233           Enable the nVidia Tegra20/Tegra30 SLINK driver. This driver can
234           be used to access the SPI NOR flash on platforms embedding this
235           nVidia Tegra20/Tegra30 IP cores.
236
237 config TEGRA210_QSPI
238         bool "nVidia Tegra210 QSPI driver"
239         help
240           Enable the Tegra Quad-SPI (QSPI) driver for T210. This driver
241           be used to access SPI chips on platforms embedding this
242           NVIDIA Tegra210 IP core.
243
244 config XILINX_SPI
245         bool "Xilinx SPI driver"
246         help
247           Enable the Xilinx SPI driver from the Xilinx EDK. This SPI
248           controller support 8 bit SPI transfers only, with or w/o FIFO.
249           For more info on Xilinx SPI Register Definitions and Overview
250           see driver file - drivers/spi/xilinx_spi.c
251
252 config ZYNQ_SPI
253         bool "Zynq SPI driver"
254         depends on ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL
255         help
256           Enable the Zynq SPI driver. This driver can be used to
257           access the SPI NOR flash on platforms embedding this Zynq
258           SPI IP core.
259
260 config ZYNQ_QSPI
261         bool "Zynq QSPI driver"
262         depends on ARCH_ZYNQ
263         help
264           Enable the Zynq Quad-SPI (QSPI) driver. This driver can be
265           used to access the SPI NOR flash on platforms embedding this
266           Zynq QSPI IP core. This IP is used to connect the flash in
267           4-bit qspi, 8-bit dual stacked and shared 4-bit dual parallel.
268
269 config ZYNQMP_GQSPI
270         bool "Configure ZynqMP Generic QSPI"
271         depends on ARCH_ZYNQMP || ARCH_VERSAL
272         help
273           This option is used to enable ZynqMP QSPI controller driver which
274           is used to communicate with qspi flash devices.
275
276 endif # if DM_SPI
277
278 config SOFT_SPI
279         bool "Soft SPI driver"
280         help
281          Enable Soft SPI driver. This driver is to use GPIO simulate
282          the SPI protocol.
283
284 config CF_SPI
285         bool "ColdFire SPI driver"
286         help
287           Enable the ColdFire SPI driver. This driver can be used on
288           some m68k SoCs.
289
290 config FSL_ESPI
291         bool "Freescale eSPI driver"
292         help
293           Enable the Freescale eSPI driver. This driver can be used to
294           access the SPI interface and SPI NOR flash on platforms embedding
295           this Freescale eSPI IP core.
296
297 config FSL_QSPI
298         bool "Freescale QSPI driver"
299         help
300           Enable the Freescale Quad-SPI (QSPI) driver. This driver can be
301           used to access the SPI NOR flash on platforms embedding this
302           Freescale IP core.
303
304 config DAVINCI_SPI
305         bool "Davinci & Keystone SPI driver"
306         depends on ARCH_DAVINCI || ARCH_KEYSTONE
307         help
308           Enable the Davinci SPI driver
309
310 config SH_SPI
311         bool "SuperH SPI driver"
312         help
313           Enable the SuperH SPI controller driver. This driver can be used
314           on various SuperH SoCs, such as SH7757.
315
316 config SH_QSPI
317         bool "Renesas Quad SPI driver"
318         help
319           Enable the Renesas Quad SPI controller driver. This driver can be
320           used on Renesas SoCs.
321
322 config TI_QSPI
323         bool "TI QSPI driver"
324         help
325           Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms.
326           This driver support spi flash single, quad and memory reads.
327
328 config KIRKWOOD_SPI
329         bool "Marvell Kirkwood SPI Driver"
330         help
331           Enable support for SPI on various Marvell SoCs, such as
332           Kirkwood and Armada 375.
333
334 config LPC32XX_SSP
335         bool "LPC32XX SPI Driver"
336         help
337           Enable support for SPI on LPC32xx
338
339 config MPC8XX_SPI
340         bool "MPC8XX SPI Driver"
341         depends on MPC8xx
342         help
343           Enable support for SPI on MPC8XX
344
345 config MPC8XXX_SPI
346         bool "MPC8XXX SPI Driver"
347         help
348           Enable support for SPI on the MPC8XXX PowerPC SoCs.
349
350 config MXC_SPI
351         bool "MXC SPI Driver"
352         help
353           Enable the MXC SPI controller driver. This driver can be used
354           on various i.MX SoCs such as i.MX31/35/51/6/7.
355
356 config MXS_SPI
357         bool "MXS SPI Driver"
358         help
359           Enable the MXS SPI controller driver. This driver can be used
360           on the i.MX23 and i.MX28 SoCs.
361
362 config OMAP3_SPI
363         bool "McSPI driver for OMAP"
364         help
365           SPI master controller for OMAP24XX and later Multichannel SPI
366           (McSPI). This driver be used to access SPI chips on platforms
367           embedding this OMAP3 McSPI IP core.
368
369 endif # menu "SPI Support"