Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
[linux-2.6-block.git] / drivers / spi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # SPI driver configuration
4 #
5 menuconfig SPI
6         bool "SPI support"
7         depends on HAS_IOMEM
8         help
9           The "Serial Peripheral Interface" is a low level synchronous
10           protocol.  Chips that support SPI can have data transfer rates
11           up to several tens of Mbit/sec.  Chips are addressed with a
12           controller and a chipselect.  Most SPI slaves don't support
13           dynamic device discovery; some are even write-only or read-only.
14
15           SPI is widely used by microcontrollers to talk with sensors,
16           eeprom and flash memory, codecs and various other controller
17           chips, analog to digital (and d-to-a) converters, and more.
18           MMC and SD cards can be accessed using SPI protocol; and for
19           DataFlash cards used in MMC sockets, SPI must always be used.
20
21           SPI is one of a family of similar protocols using a four wire
22           interface (select, clock, data in, data out) including Microwire
23           (half duplex), SSP, SSI, and PSP.  This driver framework should
24           work with most such devices and controllers.
25
26 if SPI
27
28 config SPI_DEBUG
29         bool "Debug support for SPI drivers"
30         depends on DEBUG_KERNEL
31         help
32           Say "yes" to enable debug messaging (like dev_dbg and pr_debug),
33           sysfs, and debugfs support in SPI controller and protocol drivers.
34
35 #
36 # MASTER side ... talking to discrete SPI slave chips including microcontrollers
37 #
38
39 config SPI_MASTER
40 #       bool "SPI Master Support"
41         bool
42         default SPI
43         help
44           If your system has an master-capable SPI controller (which
45           provides the clock and chipselect), you can enable that
46           controller and the protocol drivers for the SPI slave chips
47           that are connected.
48
49 if SPI_MASTER
50
51 config SPI_MEM
52         bool "SPI memory extension"
53         help
54           Enable this option if you want to enable the SPI memory extension.
55           This extension is meant to simplify interaction with SPI memories
56           by providing a high-level interface to send memory-like commands.
57
58 comment "SPI Master Controller Drivers"
59
60 config SPI_AIROHA_SNFI
61         tristate "Airoha SPI NAND Flash Interface"
62         depends on ARCH_AIROHA || COMPILE_TEST
63         depends on SPI_MASTER
64         select REGMAP_MMIO
65         help
66           This enables support for SPI-NAND mode on the Airoha NAND
67           Flash Interface found on Airoha ARM SoCs. This controller
68           is implemented as a SPI-MEM controller.
69
70 config SPI_ALTERA
71         tristate "Altera SPI Controller platform driver"
72         select SPI_ALTERA_CORE
73         select REGMAP_MMIO
74         help
75           This is the driver for the Altera SPI Controller.
76
77 config SPI_ALTERA_CORE
78         tristate "Altera SPI Controller core code" if COMPILE_TEST
79         select REGMAP
80         help
81           "The core code for the Altera SPI Controller"
82
83 config SPI_ALTERA_DFL
84         tristate "DFL bus driver for Altera SPI Controller"
85         depends on FPGA_DFL
86         select SPI_ALTERA_CORE
87         help
88           This is a Device Feature List (DFL) bus driver for the
89           Altera SPI master controller.  The SPI master is connected
90           to a SPI slave to Avalon bridge in a Intel MAX BMC.
91
92 config SPI_AMLOGIC_SPIFC_A1
93         tristate "Amlogic A1 SPIFC controller"
94         depends on ARCH_MESON || COMPILE_TEST
95         help
96           This enables master mode support for the SPIFC (SPI flash
97           controller) available in Amlogic A1 (A113L SoC).
98
99 config SPI_AR934X
100         tristate "Qualcomm Atheros AR934X/QCA95XX SPI controller driver"
101         depends on ATH79 || COMPILE_TEST
102         help
103           This enables support for the SPI controller present on the
104           Qualcomm Atheros AR934X/QCA95XX SoCs.
105
106 config SPI_ATH79
107         tristate "Atheros AR71XX/AR724X/AR913X SPI controller driver"
108         depends on ATH79 || COMPILE_TEST
109         select SPI_BITBANG
110         help
111           This enables support for the SPI controller present on the
112           Atheros AR71XX/AR724X/AR913X SoCs.
113
114 config SPI_ARMADA_3700
115         tristate "Marvell Armada 3700 SPI Controller"
116         depends on (ARCH_MVEBU && OF) || COMPILE_TEST
117         help
118           This enables support for the SPI controller present on the
119           Marvell Armada 3700 SoCs.
120
121 config SPI_ASPEED_SMC
122         tristate "Aspeed flash controllers in SPI mode"
123         depends on ARCH_ASPEED || COMPILE_TEST
124         depends on OF
125         help
126           This enables support for the Firmware Memory controller (FMC)
127           in the Aspeed AST2600, AST2500 and AST2400 SoCs when attached
128           to SPI NOR chips, and support for the SPI flash memory
129           controller (SPI) for the host firmware. The implementation
130           only supports SPI NOR.
131
132 config SPI_ATMEL
133         tristate "Atmel SPI Controller"
134         depends on ARCH_AT91 || COMPILE_TEST
135         depends on OF
136         help
137           This selects a driver for the Atmel SPI Controller, present on
138           many AT91 ARM chips.
139
140 config SPI_AT91_USART
141         tristate "Atmel USART Controller SPI driver"
142         depends on (ARCH_AT91 || COMPILE_TEST)
143         depends on MFD_AT91_USART
144         help
145           This selects a driver for the AT91 USART Controller as SPI Master,
146           present on AT91 and SAMA5 SoC series.
147
148 config SPI_ATMEL_QUADSPI
149         tristate "Atmel Quad SPI Controller"
150         depends on ARCH_AT91 || COMPILE_TEST
151         depends on OF && HAS_IOMEM
152         help
153           This enables support for the Quad SPI controller in master mode.
154           This driver does not support generic SPI. The implementation only
155           supports spi-mem interface.
156
157 config SPI_AU1550
158         tristate "Au1550/Au1200/Au1300 SPI Controller"
159         depends on MIPS_ALCHEMY
160         select SPI_BITBANG
161         help
162           If you say yes to this option, support will be included for the
163           PSC SPI controller found on Au1550, Au1200 and Au1300 series.
164
165 config SPI_AXI_SPI_ENGINE
166         tristate "Analog Devices AXI SPI Engine controller"
167         depends on HAS_IOMEM
168         help
169           This enables support for the Analog Devices AXI SPI Engine SPI controller.
170           It is part of the SPI Engine framework that is used in some Analog Devices
171           reference designs for FPGAs.
172
173 config SPI_BCM2835
174         tristate "BCM2835 SPI controller"
175         depends on GPIOLIB
176         depends on ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST
177         help
178           This selects a driver for the Broadcom BCM2835 SPI master.
179
180           The BCM2835 contains two types of SPI master controller; the
181           "universal SPI master", and the regular SPI controller. This driver
182           is for the regular SPI controller. Slave mode operation is not also
183           not supported.
184
185 config SPI_BCM2835AUX
186         tristate "BCM2835 SPI auxiliary controller"
187         depends on ((ARCH_BCM2835 || ARCH_BRCMSTB) && GPIOLIB) || COMPILE_TEST
188         help
189           This selects a driver for the Broadcom BCM2835 SPI aux master.
190
191           The BCM2835 contains two types of SPI master controller; the
192           "universal SPI master", and the regular SPI controller.
193           This driver is for the universal/auxiliary SPI controller.
194
195 config SPI_BCM63XX
196         tristate "Broadcom BCM63xx SPI controller"
197         depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
198         help
199           Enable support for the SPI controller on the Broadcom BCM63xx SoCs.
200
201 config SPI_BCM63XX_HSSPI
202         tristate "Broadcom BCM63XX HS SPI controller driver"
203         depends on BCM63XX || BMIPS_GENERIC || ARCH_BCMBCA || COMPILE_TEST
204         help
205           This enables support for the High Speed SPI controller present on
206           newer Broadcom BCM63XX SoCs.
207
208 config SPI_BCM_QSPI
209         tristate "Broadcom BSPI and MSPI controller support"
210         depends on ARCH_BRCMSTB || ARCH_BCM || ARCH_BCM_IPROC || \
211                         BMIPS_GENERIC || COMPILE_TEST
212         default ARCH_BCM_IPROC
213         help
214           Enables support for the Broadcom SPI flash and MSPI controller.
215           Select this option for any one of BRCMSTB, iProc NSP and NS2 SoCs
216           based platforms. This driver works for both SPI master for SPI NOR
217           flash device as well as MSPI device.
218
219 config SPI_BCMBCA_HSSPI
220         tristate "Broadcom BCMBCA HS SPI controller driver"
221         depends on ARCH_BCMBCA || COMPILE_TEST
222         help
223           This enables support for the High Speed SPI controller present on
224           newer Broadcom BCMBCA SoCs. These SoCs include an updated SPI controller
225           that adds the capability to allow the driver to control chip select
226           explicitly.
227
228 config SPI_BITBANG
229         tristate "Utilities for Bitbanging SPI host controllers"
230         help
231           With a few GPIO pins, your system can bitbang the SPI protocol.
232           Select this to get SPI support through I/O pins (GPIO, parallel
233           port, etc).  Or, some systems' SPI host controller drivers use
234           this code to manage the per-word or per-transfer accesses to the
235           hardware shift registers.
236
237           This is library code, and is automatically selected by drivers that
238           need it.  You only need to select this explicitly to support driver
239           modules that aren't part of this kernel tree.
240
241 config SPI_BUTTERFLY
242         tristate "Parallel port adapter for AVR Butterfly (DEVELOPMENT)"
243         depends on PARPORT
244         select SPI_BITBANG
245         help
246           This uses a custom parallel port cable to connect to an AVR
247           Butterfly <http://www.atmel.com/products/avr/butterfly>, an
248           inexpensive battery powered microcontroller evaluation board.
249           This same cable can be used to flash new firmware.
250
251 config SPI_CADENCE
252         tristate "Cadence SPI controller"
253         help
254           This selects the Cadence SPI controller master driver
255           used by Xilinx Zynq and ZynqMP.
256
257 config SPI_CADENCE_QUADSPI
258         tristate "Cadence Quad SPI controller"
259         depends on OF && (ARM || ARM64 || X86 || RISCV || MIPS || COMPILE_TEST)
260         help
261           Enable support for the Cadence Quad SPI Flash controller.
262
263           Cadence QSPI is a specialized controller for connecting an SPI
264           Flash over 1/2/4-bit wide bus. Enable this option if you have a
265           device with a Cadence QSPI controller and want to access the
266           Flash as an MTD device.
267
268 config SPI_CADENCE_XSPI
269         tristate "Cadence XSPI controller"
270         depends on OF && HAS_IOMEM && 64BIT
271         depends on SPI_MEM
272         help
273           Enable support for the Cadence XSPI Flash controller.
274
275           Cadence XSPI is a specialized controller for connecting an SPI
276           Flash over up to 8-bit wide bus. Enable this option if you have a
277           device with a Cadence XSPI controller and want to access the
278           Flash as an MTD device.
279
280 config SPI_CH341
281         tristate "CH341 USB2SPI adapter"
282         depends on SPI_MASTER && USB
283         help
284           Enables the SPI controller on the CH341a USB to serial chip
285
286 config SPI_CLPS711X
287         tristate "CLPS711X host SPI controller"
288         depends on ARCH_CLPS711X || COMPILE_TEST
289         help
290           This enables dedicated general purpose SPI/Microwire1-compatible
291           master mode interface (SSI1) for CLPS711X-based CPUs.
292
293 config SPI_COLDFIRE_QSPI
294         tristate "Freescale Coldfire QSPI controller"
295         depends on (M520x || M523x || M5249 || M525x || M527x || M528x || M532x)
296         help
297           This enables support for the Coldfire QSPI controller in master
298           mode.
299
300 config SPI_CS42L43
301         tristate "Cirrus Logic CS42L43 SPI controller"
302         depends on MFD_CS42L43 && PINCTRL_CS42L43
303         select GPIO_SWNODE_UNDEFINED
304         help
305           This enables support for the SPI controller inside the Cirrus Logic
306           CS42L43 audio codec.
307
308 config SPI_DAVINCI
309         tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller"
310         depends on ARCH_DAVINCI || ARCH_KEYSTONE || COMPILE_TEST
311         select SPI_BITBANG
312         help
313           SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules.
314
315 config SPI_DESIGNWARE
316         tristate "DesignWare SPI controller core support"
317         imply SPI_MEM
318         help
319           general driver for SPI controller core from DesignWare
320
321 if SPI_DESIGNWARE
322
323 config SPI_DW_DMA
324         bool "DMA support for DW SPI controller"
325
326 config SPI_DW_PCI
327         tristate "PCI interface driver for DW SPI core"
328         depends on PCI
329
330 config SPI_DW_MMIO
331         tristate "Memory-mapped io interface driver for DW SPI core"
332         depends on HAS_IOMEM
333
334 config SPI_DW_BT1
335         tristate "Baikal-T1 SPI driver for DW SPI core"
336         depends on MIPS_BAIKAL_T1 || COMPILE_TEST
337         select MULTIPLEXER
338         help
339           Baikal-T1 SoC is equipped with three DW APB SSI-based MMIO SPI
340           controllers. Two of them are pretty much normal: with IRQ, DMA,
341           FIFOs of 64 words depth, 4x CSs, but the third one as being a
342           part of the Baikal-T1 System Boot Controller has got a very
343           limited resources: no IRQ, no DMA, only a single native
344           chip-select and Tx/Rx FIFO with just 8 words depth available.
345           The later one is normally connected to an external SPI-nor flash
346           of 128Mb (in general can be of bigger size).
347
348 config SPI_DW_BT1_DIRMAP
349         bool "Directly mapped Baikal-T1 Boot SPI flash support"
350         depends on SPI_DW_BT1
351         help
352           Directly mapped SPI flash memory is an interface specific to the
353           Baikal-T1 System Boot Controller. It is a 16MB MMIO region, which
354           can be used to access a peripheral memory device just by
355           reading/writing data from/to it. Note that the system APB bus
356           will stall during each IO from/to the dirmap region until the
357           operation is finished. So try not to use it concurrently with
358           time-critical tasks (like the SPI memory operations implemented
359           in this driver).
360
361 endif
362
363 config SPI_DLN2
364        tristate "Diolan DLN-2 USB SPI adapter"
365        depends on MFD_DLN2
366        help
367          If you say yes to this option, support will be included for Diolan
368          DLN2, a USB to SPI interface.
369
370          This driver can also be built as a module.  If so, the module
371          will be called spi-dln2.
372
373 config SPI_EP93XX
374         tristate "Cirrus Logic EP93xx SPI controller"
375         depends on ARCH_EP93XX || COMPILE_TEST
376         help
377           This enables using the Cirrus EP93xx SPI controller in master
378           mode.
379
380 config SPI_FALCON
381         bool "Falcon SPI controller support"
382         depends on SOC_FALCON
383         help
384           The external bus unit (EBU) found on the FALC-ON SoC has SPI
385           emulation that is designed for serial flash access. This driver
386           has only been tested with m25p80 type chips. The hardware has no
387           support for other types of SPI peripherals.
388
389 config SPI_FSI
390         tristate "FSI SPI driver"
391         depends on FSI
392         help
393           This enables support for the driver for FSI bus attached SPI
394           controllers.
395
396 config SPI_FSL_LPSPI
397         tristate "Freescale i.MX LPSPI controller"
398         depends on ARCH_MXC || COMPILE_TEST
399         help
400           This enables Freescale i.MX LPSPI controllers in master mode.
401
402 config SPI_FSL_QUADSPI
403         tristate "Freescale QSPI controller"
404         depends on ARCH_MXC || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
405         depends on HAS_IOMEM
406         help
407           This enables support for the Quad SPI controller in master mode.
408           Up to four flash chips can be connected on two buses with two
409           chipselects each.
410           This controller does not support generic SPI messages. It only
411           supports the high-level SPI memory interface.
412
413 config SPI_GXP
414         tristate "GXP SPI driver"
415         depends on ARCH_HPE || COMPILE_TEST
416         help
417           This enables support for the driver for GXP bus attached SPI
418           controllers.
419
420 config SPI_HISI_KUNPENG
421         tristate "HiSilicon SPI Controller for Kunpeng SoCs"
422         depends on (ARM64 && ACPI) || COMPILE_TEST
423         help
424           This enables support for HiSilicon SPI controller found on
425           Kunpeng SoCs.
426
427           This driver can also be built as a module. If so, the module
428           will be called hisi-kunpeng-spi.
429
430 config SPI_HISI_SFC_V3XX
431         tristate "HiSilicon SPI NOR Flash Controller for Hi16XX chipsets"
432         depends on (ARM64 && ACPI) || COMPILE_TEST
433         depends on HAS_IOMEM
434         help
435           This enables support for HiSilicon v3xx SPI NOR flash controller
436           found in hi16xx chipsets.
437
438 config SPI_NXP_FLEXSPI
439         tristate "NXP Flex SPI controller"
440         depends on ARCH_LAYERSCAPE || ARCH_MXC || COMPILE_TEST
441         depends on HAS_IOMEM
442         help
443           This enables support for the Flex SPI controller in master mode.
444           Up to four slave devices can be connected on two buses with two
445           chipselects each.
446           This controller does not support generic SPI messages and only
447           supports the high-level SPI memory interface.
448
449 config SPI_GPIO
450         tristate "GPIO-based bitbanging SPI Master"
451         depends on GPIOLIB || COMPILE_TEST
452         select SPI_BITBANG
453         help
454           This simple GPIO bitbanging SPI master uses the arch-neutral GPIO
455           interface to manage MOSI, MISO, SCK, and chipselect signals.  SPI
456           slaves connected to a bus using this driver are configured as usual,
457           except that the spi_board_info.controller_data holds the GPIO number
458           for the chipselect used by this controller driver.
459
460           Note that this driver often won't achieve even 1 Mbit/sec speeds,
461           making it unusually slow for SPI.  If your platform can inline
462           GPIO operations, you should be able to leverage that for better
463           speed with a custom version of this driver; see the source code.
464
465 config SPI_IMG_SPFI
466         tristate "IMG SPFI controller"
467         depends on MIPS || COMPILE_TEST
468         help
469           This enables support for the SPFI master controller found on
470           IMG SoCs.
471
472 config SPI_IMX
473         tristate "Freescale i.MX SPI controllers"
474         depends on ARCH_MXC || COMPILE_TEST
475         help
476           This enables support for the Freescale i.MX SPI controllers.
477
478 config SPI_INGENIC
479         tristate "Ingenic SoCs SPI controller"
480         depends on MACH_INGENIC || COMPILE_TEST
481         help
482           This enables support for the Ingenic SoCs SPI controller.
483
484           To compile this driver as a module, choose M here: the module
485           will be called spi-ingenic.
486
487 config SPI_INTEL
488         tristate
489
490 config SPI_INTEL_PCI
491         tristate "Intel PCH/PCU SPI flash PCI driver"
492         depends on PCI
493         depends on X86 || COMPILE_TEST
494         depends on SPI_MEM
495         select SPI_INTEL
496         help
497           This enables PCI support for the Intel PCH/PCU SPI controller in
498           master mode. This controller is used to hold BIOS and other
499           persistent settings. Controllers present in modern Intel hardware
500           only work in hardware sequencing mode, this means that the
501           controller exposes a subset of operations that makes it safer to
502           use. Using this driver it is possible to upgrade BIOS directly
503           from Linux.
504
505           To compile this driver as a module, choose M here: the module
506           will be called spi-intel-pci.
507
508 config SPI_INTEL_PLATFORM
509         tristate "Intel PCH/PCU SPI flash platform driver (DANGEROUS)"
510         depends on X86 || COMPILE_TEST
511         depends on SPI_MEM
512         select SPI_INTEL
513         help
514           This enables platform support for the Intel PCH/PCU SPI
515           controller in master mode that is used to hold BIOS and other
516           persistent settings. Most of these controllers work in
517           software sequencing mode, which means that the controller
518           exposes the low level SPI-NOR opcodes to the software. Using
519           this driver it is possible to upgrade BIOS directly from Linux.
520
521           Say N here unless you know what you are doing. Overwriting the
522           SPI flash may render the system unbootable.
523
524           To compile this driver as a module, choose M here: the module
525           will be called spi-intel-platform.
526
527 config SPI_JCORE
528         tristate "J-Core SPI Master"
529         depends on OF && (SUPERH || COMPILE_TEST)
530         help
531           This enables support for the SPI master controller in the J-Core
532           synthesizable, open source SoC.
533
534 config SPI_LM70_LLP
535         tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)"
536         depends on PARPORT
537         select SPI_BITBANG
538         help
539           This driver supports the NS LM70 LLP Evaluation Board,
540           which interfaces to an LM70 temperature sensor using
541           a parallel port.
542
543 config SPI_LOONGSON_CORE
544         tristate
545         depends on LOONGARCH || COMPILE_TEST
546
547 config SPI_LOONGSON_PCI
548         tristate "Loongson SPI Controller PCI Driver Support"
549         select SPI_LOONGSON_CORE
550         depends on PCI && (LOONGARCH || COMPILE_TEST)
551         help
552           This bus driver supports the Loongson SPI hardware controller in
553           the Loongson platforms and supports to use PCI framework to
554           register SPI device resources.
555           Say Y or M here if you want to use the SPI controller on
556           Loongson platform.
557
558 config SPI_LOONGSON_PLATFORM
559         tristate "Loongson SPI Controller Platform Driver Support"
560         select SPI_LOONGSON_CORE
561         depends on OF && (LOONGARCH || COMPILE_TEST)
562         help
563           This bus driver supports the Loongson SPI hardware controller in
564           the Loongson platforms and supports to use DTS framework to
565           register SPI device resources.
566           Say Y or M here if you want to use the SPI controller on
567           Loongson platform.
568
569 config SPI_LP8841_RTC
570         tristate "ICP DAS LP-8841 SPI Controller for RTC"
571         depends on MACH_PXA27X_DT || COMPILE_TEST
572         help
573           This driver provides an SPI master device to drive Maxim
574           DS-1302 real time clock.
575
576           Say N here unless you plan to run the kernel on an ICP DAS
577           LP-8x4x industrial computer.
578
579 config SPI_MPC52xx
580         tristate "Freescale MPC52xx SPI (non-PSC) controller support"
581         depends on PPC_MPC52xx
582         help
583           This drivers supports the MPC52xx SPI controller in master SPI
584           mode.
585
586 config SPI_MPC52xx_PSC
587         tristate "Freescale MPC52xx PSC SPI controller"
588         depends on PPC_MPC52xx
589         help
590           This enables using the Freescale MPC52xx Programmable Serial
591           Controller in master SPI mode.
592
593 config SPI_MPC512x_PSC
594         tristate "Freescale MPC512x PSC SPI controller"
595         depends on PPC_MPC512x
596         help
597           This enables using the Freescale MPC5121 Programmable Serial
598           Controller in SPI master mode.
599
600 config SPI_FSL_LIB
601         tristate
602         depends on OF
603
604 config SPI_FSL_CPM
605         tristate
606         depends on FSL_SOC
607
608 config SPI_FSL_SPI
609         tristate "Freescale SPI controller and Aeroflex Gaisler GRLIB SPI controller"
610         depends on OF
611         select SPI_FSL_LIB
612         select SPI_FSL_CPM if FSL_SOC
613         help
614           This enables using the Freescale SPI controllers in master mode.
615           MPC83xx platform uses the controller in cpu mode or CPM/QE mode.
616           MPC8569 uses the controller in QE mode, MPC8610 in cpu mode.
617           This also enables using the Aeroflex Gaisler GRLIB SPI controller in
618           master mode.
619
620 config SPI_FSL_DSPI
621         tristate "Freescale DSPI controller"
622         select REGMAP_MMIO
623         depends on SOC_VF610 || SOC_LS1021A || ARCH_LAYERSCAPE || M5441x || COMPILE_TEST
624         help
625           This enables support for the Freescale DSPI controller in master
626           mode. VF610, LS1021A and ColdFire platforms uses the controller.
627
628 config SPI_FSL_ESPI
629         tristate "Freescale eSPI controller"
630         depends on FSL_SOC
631         help
632           This enables using the Freescale eSPI controllers in master mode.
633           From MPC8536, 85xx platform uses the controller, and all P10xx,
634           P20xx, P30xx,P40xx, P50xx uses this controller.
635
636 config SPI_LJCA
637         tristate "Intel La Jolla Cove Adapter SPI support"
638         depends on USB_LJCA
639         default USB_LJCA
640         help
641           Select this option to enable SPI driver for the Intel
642           La Jolla Cove Adapter (LJCA) board.
643
644           This driver can also be built as a module. If so, the module
645           will be called spi-ljca.
646
647 config SPI_MESON_SPICC
648         tristate "Amlogic Meson SPICC controller"
649         depends on COMMON_CLK
650         depends on ARCH_MESON || COMPILE_TEST
651         help
652           This enables master mode support for the SPICC (SPI communication
653           controller) available in Amlogic Meson SoCs.
654
655 config SPI_MESON_SPIFC
656         tristate "Amlogic Meson SPIFC controller"
657         depends on ARCH_MESON || COMPILE_TEST
658         select REGMAP_MMIO
659         help
660           This enables master mode support for the SPIFC (SPI flash
661           controller) available in Amlogic Meson SoCs.
662
663 config SPI_MICROCHIP_CORE
664         tristate "Microchip FPGA SPI controllers"
665         depends on SPI_MASTER
666         help
667           This enables the SPI driver for Microchip FPGA SPI controllers.
668           Say Y or M here if you want to use the "hard" controllers on
669           PolarFire SoC.
670           If built as a module, it will be called spi-microchip-core.
671
672 config SPI_MICROCHIP_CORE_QSPI
673         tristate "Microchip FPGA QSPI controllers"
674         depends on SPI_MASTER
675         help
676           This enables the QSPI driver for Microchip FPGA QSPI controllers.
677           Say Y or M here if you want to use the QSPI controllers on
678           PolarFire SoC.
679           If built as a module, it will be called spi-microchip-core-qspi.
680
681 config SPI_MT65XX
682         tristate "MediaTek SPI controller"
683         depends on ARCH_MEDIATEK || COMPILE_TEST
684         help
685           This selects the MediaTek(R) SPI bus driver.
686           If you want to use MediaTek(R) SPI interface,
687           say Y or M here.If you are not sure, say N.
688           SPI drivers for Mediatek MT65XX and MT81XX series ARM SoCs.
689
690 config SPI_MT7621
691         tristate "MediaTek MT7621 SPI Controller"
692         depends on RALINK || COMPILE_TEST
693         help
694           This selects a driver for the MediaTek MT7621 SPI Controller.
695
696 config SPI_MTK_NOR
697         tristate "MediaTek SPI NOR controller"
698         depends on ARCH_MEDIATEK || COMPILE_TEST
699         help
700           This enables support for SPI NOR controller found on MediaTek
701           ARM SoCs. This is a controller specifically for SPI NOR flash.
702           It can perform generic SPI transfers up to 6 bytes via generic
703           SPI interface as well as several SPI NOR specific instructions
704           via SPI MEM interface.
705
706 config SPI_MTK_SNFI
707         tristate "MediaTek SPI NAND Flash Interface"
708         depends on ARCH_MEDIATEK || COMPILE_TEST
709         depends on MTD_NAND_ECC_MEDIATEK
710         help
711           This enables support for SPI-NAND mode on the MediaTek NAND
712           Flash Interface found on MediaTek ARM SoCs. This controller
713           is implemented as a SPI-MEM controller with pipelined ECC
714           capability.
715
716 config SPI_WPCM_FIU
717         tristate "Nuvoton WPCM450 Flash Interface Unit"
718         depends on ARCH_NPCM || COMPILE_TEST
719         select REGMAP
720         help
721           This enables support got the Flash Interface Unit SPI controller
722           present in the Nuvoton WPCM450 SoC.
723
724           This driver does not support generic SPI. The implementation only
725           supports the spi-mem interface.
726
727 config SPI_NPCM_FIU
728         tristate "Nuvoton NPCM FLASH Interface Unit"
729         depends on ARCH_NPCM || COMPILE_TEST
730         depends on OF && HAS_IOMEM
731         help
732           This enables support for the Flash Interface Unit SPI controller
733           in master mode.
734           This driver does not support generic SPI. The implementation only
735           supports spi-mem interface.
736
737 config SPI_NPCM_PSPI
738         tristate "Nuvoton NPCM PSPI Controller"
739         depends on ARCH_NPCM || COMPILE_TEST
740         help
741           This driver provides support for Nuvoton NPCM BMC
742           Peripheral SPI controller in master mode.
743
744 config SPI_LANTIQ_SSC
745         tristate "Lantiq SSC SPI controller"
746         depends on LANTIQ || X86 || COMPILE_TEST
747         help
748           This driver supports the Lantiq SSC SPI controller in master
749           mode. This controller is found on Intel (former Lantiq) SoCs like
750           the Danube, Falcon, xRX200, xRX300, Lightning Mountain.
751
752 config SPI_OC_TINY
753         tristate "OpenCores tiny SPI"
754         depends on GPIOLIB || COMPILE_TEST
755         select SPI_BITBANG
756         help
757           This is the driver for OpenCores tiny SPI master controller.
758
759 config SPI_OCTEON
760         tristate "Cavium OCTEON SPI controller"
761         depends on CAVIUM_OCTEON_SOC
762         help
763           SPI host driver for the hardware found on some Cavium OCTEON
764           SOCs.
765
766 config SPI_OMAP_UWIRE
767         tristate "OMAP1 MicroWire"
768         depends on ARCH_OMAP1 || (ARM && COMPILE_TEST)
769         select SPI_BITBANG
770         help
771           This hooks up to the MicroWire controller on OMAP1 chips.
772
773 config SPI_OMAP24XX
774         tristate "McSPI driver for OMAP"
775         depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST
776         select SG_SPLIT
777         help
778           SPI master controller for OMAP24XX and later Multichannel SPI
779           (McSPI) modules.
780
781 config SPI_TI_QSPI
782         tristate "DRA7xxx QSPI controller support"
783         depends on ARCH_OMAP2PLUS || COMPILE_TEST
784         help
785           QSPI master controller for DRA7xxx used for flash devices.
786           This device supports single, dual and quad read support, while
787           it only supports single write mode.
788
789 config SPI_ORION
790         tristate "Orion SPI master"
791         depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
792         help
793           This enables using the SPI master controller on the Orion
794           and MVEBU chips.
795
796 config SPI_PCI1XXXX
797         tristate "PCI1XXXX SPI Bus support"
798         depends on PCI
799         help
800           Say "yes" to Enable the SPI Bus support for the PCI1xxxx card
801           This is a PCI to SPI Bus driver
802           This driver can be built as module. If so, the module will be
803           called as spi-pci1xxxx.
804
805 config SPI_PIC32
806         tristate "Microchip PIC32 series SPI"
807         depends on MACH_PIC32 || COMPILE_TEST
808         help
809           SPI driver for Microchip PIC32 SPI master controller.
810
811 config SPI_PIC32_SQI
812         tristate "Microchip PIC32 Quad SPI driver"
813         depends on MACH_PIC32 || COMPILE_TEST
814         help
815           SPI driver for PIC32 Quad SPI controller.
816
817 config SPI_PL022
818         tristate "ARM AMBA PL022 SSP controller"
819         depends on ARM_AMBA
820         default y if ARCH_REALVIEW
821         default y if INTEGRATOR_IMPD1
822         default y if ARCH_VERSATILE
823         help
824           This selects the ARM(R) AMBA(R) PrimeCell PL022 SSP
825           controller. If you have an embedded system with an AMBA(R)
826           bus and a PL022 controller, say Y or M here.
827
828 config SPI_PPC4xx
829         tristate "PPC4xx SPI Controller"
830         depends on PPC32 && 4xx
831         select SPI_BITBANG
832         help
833           This selects a driver for the PPC4xx SPI Controller.
834
835 config SPI_PXA2XX
836         tristate "PXA2xx SSP SPI master"
837         depends on ARCH_PXA || ARCH_MMP || (X86 && (PCI || ACPI)) || COMPILE_TEST
838         select PXA_SSP if ARCH_PXA || ARCH_MMP
839         help
840           This enables using a PXA2xx or Sodaville SSP port as a SPI master
841           controller. The driver can be configured to use any SSP port.
842
843 config SPI_PXA2XX_PCI
844         def_tristate SPI_PXA2XX && PCI && COMMON_CLK
845
846 config SPI_ROCKCHIP
847         tristate "Rockchip SPI controller driver"
848         depends on ARCH_ROCKCHIP || COMPILE_TEST
849         help
850           This selects a driver for Rockchip SPI controller.
851
852           If you say yes to this option, support will be included for
853           RK3066, RK3188 and RK3288 families of SPI controller.
854           Rockchip SPI controller support DMA transport and PIO mode.
855           The main usecase of this controller is to use spi flash as boot
856           device.
857
858 config SPI_ROCKCHIP_SFC
859         tristate "Rockchip Serial Flash Controller (SFC)"
860         depends on ARCH_ROCKCHIP || COMPILE_TEST
861         depends on HAS_IOMEM && HAS_DMA
862         help
863           This enables support for Rockchip serial flash controller. This
864           is a specialized controller used to access SPI flash on some
865           Rockchip SOCs.
866
867           ROCKCHIP SFC supports DMA and PIO modes. When DMA is not available,
868           the driver automatically falls back to PIO mode.
869
870 config SPI_RB4XX
871         tristate "Mikrotik RB4XX SPI master"
872         depends on SPI_MASTER && ATH79
873         help
874           SPI controller driver for the Mikrotik RB4xx series boards.
875
876 config SPI_RPCIF
877         tristate "Renesas RPC-IF SPI driver"
878         depends on RENESAS_RPCIF
879         help
880           SPI driver for Renesas R-Car Gen3 or RZ/G2 RPC-IF.
881
882 config SPI_RSPI
883         tristate "Renesas RSPI/QSPI controller"
884         depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
885         help
886           SPI driver for Renesas RSPI and QSPI blocks.
887
888 config SPI_RZV2M_CSI
889         tristate "Renesas RZ/V2M CSI controller"
890         depends on ARCH_RENESAS || COMPILE_TEST
891         help
892           SPI driver for Renesas RZ/V2M Clocked Serial Interface (CSI).
893           CSI supports both SPI host and SPI target roles.
894
895 config SPI_QCOM_QSPI
896         tristate "QTI QSPI controller"
897         depends on ARCH_QCOM || COMPILE_TEST
898         help
899           QSPI(Quad SPI) driver for Qualcomm QSPI controller.
900
901 config SPI_QUP
902         tristate "Qualcomm SPI controller with QUP interface"
903         depends on ARCH_QCOM || COMPILE_TEST
904         help
905           Qualcomm Universal Peripheral (QUP) core is an AHB slave that
906           provides a common data path (an output FIFO and an input FIFO)
907           for serial peripheral interface (SPI) mini-core. SPI in master
908           mode supports up to 50MHz, up to four chip selects, programmable
909           data path from 4 bits to 32 bits and numerous protocol variants.
910
911           This driver can also be built as a module.  If so, the module
912           will be called spi_qup.
913
914 config SPI_QCOM_GENI
915         tristate "Qualcomm GENI based SPI controller"
916         depends on QCOM_GENI_SE
917         help
918           This driver supports GENI serial engine based SPI controller in
919           master mode on the Qualcomm Technologies Inc.'s SoCs. If you say
920           yes to this option, support will be included for the built-in SPI
921           interface on the Qualcomm Technologies Inc.'s SoCs.
922
923           This driver can also be built as a module.  If so, the module
924           will be called spi-geni-qcom.
925
926 config SPI_S3C64XX
927         tristate "Samsung S3C64XX/Exynos SoC series type SPI"
928         depends on (PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST)
929         help
930           SPI driver for Samsung S3C64XX, S5Pv210 and Exynos SoCs.
931           Choose Y/M here only if you build for such Samsung SoC.
932
933 config SPI_SC18IS602
934         tristate "NXP SC18IS602/602B/603 I2C to SPI bridge"
935         depends on I2C
936         help
937           SPI driver for NXP SC18IS602/602B/603 I2C to SPI bridge.
938
939 config SPI_SH_MSIOF
940         tristate "SuperH MSIOF SPI controller"
941         depends on HAVE_CLK
942         depends on ARCH_SHMOBILE || ARCH_RENESAS || COMPILE_TEST
943         help
944           SPI driver for SuperH and SH Mobile MSIOF blocks.
945
946 config SPI_SH
947         tristate "SuperH SPI controller"
948         depends on SUPERH || COMPILE_TEST
949         help
950           SPI driver for SuperH SPI blocks.
951
952 config SPI_SH_SCI
953         tristate "SuperH SCI SPI controller"
954         depends on SUPERH
955         select SPI_BITBANG
956         help
957           SPI driver for SuperH SCI blocks.
958
959 config SPI_SH_HSPI
960         tristate "SuperH HSPI controller"
961         depends on ARCH_RENESAS || COMPILE_TEST
962         help
963           SPI driver for SuperH HSPI blocks.
964
965 config SPI_SIFIVE
966         tristate "SiFive SPI controller"
967         depends on HAS_IOMEM
968         help
969           This exposes the SPI controller IP from SiFive.
970
971 config SPI_SLAVE_MT27XX
972         tristate "MediaTek SPI slave device"
973         depends on ARCH_MEDIATEK || COMPILE_TEST
974         depends on SPI_SLAVE
975         help
976           This selects the MediaTek(R) SPI slave device driver.
977           If you want to use MediaTek(R) SPI slave interface,
978           say Y or M here.If you are not sure, say N.
979           SPI slave drivers for Mediatek MT27XX series ARM SoCs.
980
981 config SPI_SN_F_OSPI
982         tristate "Socionext F_OSPI SPI flash controller"
983         depends on OF && HAS_IOMEM
984         depends on SPI_MEM
985         help
986           This enables support for the Socionext F_OSPI controller
987           for connecting an SPI Flash memory over up to 8-bit wide bus.
988           It supports indirect access mode only.
989
990 config SPI_SPRD
991         tristate "Spreadtrum SPI controller"
992         depends on ARCH_SPRD || COMPILE_TEST
993         help
994           SPI driver for Spreadtrum SoCs.
995
996 config SPI_SPRD_ADI
997         tristate "Spreadtrum ADI controller"
998         depends on ARCH_SPRD || COMPILE_TEST
999         depends on HWSPINLOCK || (COMPILE_TEST && !HWSPINLOCK)
1000         help
1001           ADI driver based on SPI for Spreadtrum SoCs.
1002
1003 config SPI_STM32
1004         tristate "STMicroelectronics STM32 SPI controller"
1005         depends on ARCH_STM32 || COMPILE_TEST
1006         select SPI_SLAVE
1007         help
1008           SPI driver for STMicroelectronics STM32 SoCs.
1009
1010           STM32 SPI controller supports DMA and PIO modes. When DMA
1011           is not available, the driver automatically falls back to
1012           PIO mode.
1013
1014 config SPI_STM32_QSPI
1015         tristate "STMicroelectronics STM32 QUAD SPI controller"
1016         depends on ARCH_STM32 || COMPILE_TEST
1017         depends on OF
1018         depends on SPI_MEM
1019         help
1020           This enables support for the Quad SPI controller in master mode.
1021           This driver does not support generic SPI. The implementation only
1022           supports spi-mem interface.
1023
1024 config SPI_ST_SSC4
1025         tristate "STMicroelectronics SPI SSC-based driver"
1026         depends on ARCH_STI || COMPILE_TEST
1027         help
1028           STMicroelectronics SoCs support for SPI. If you say yes to
1029           this option, support will be included for the SSC driven SPI.
1030
1031 config SPI_SUN4I
1032         tristate "Allwinner A10 SoCs SPI controller"
1033         depends on ARCH_SUNXI || COMPILE_TEST
1034         help
1035           SPI driver for Allwinner sun4i, sun5i and sun7i SoCs
1036
1037 config SPI_SUN6I
1038         tristate "Allwinner A31 SPI controller"
1039         depends on ARCH_SUNXI || COMPILE_TEST
1040         depends on RESET_CONTROLLER
1041         help
1042           This enables using the SPI controller on the Allwinner A31 SoCs.
1043
1044 config SPI_SUNPLUS_SP7021
1045         tristate "Sunplus SP7021 SPI controller"
1046         depends on SOC_SP7021 || COMPILE_TEST
1047         help
1048           This enables Sunplus SP7021 SPI controller driver on the SP7021 SoCs.
1049           This driver can also be built as a module. If so, the module will be
1050           called as spi-sunplus-sp7021.
1051
1052           If you have a  Sunplus SP7021 platform say Y here.
1053           If unsure, say N.
1054
1055 config SPI_SYNQUACER
1056         tristate "Socionext's SynQuacer HighSpeed SPI controller"
1057         depends on ARCH_SYNQUACER || COMPILE_TEST
1058         help
1059           SPI driver for Socionext's High speed SPI controller which provides
1060           various operating modes for interfacing to serial peripheral devices
1061           that use the de-facto standard SPI protocol.
1062
1063           It also supports the new dual-bit and quad-bit SPI protocol.
1064
1065 config SPI_MXIC
1066         tristate "Macronix MX25F0A SPI controller"
1067         depends on SPI_MASTER
1068         imply MTD_NAND_ECC_MXIC
1069         help
1070           This selects the Macronix MX25F0A SPI controller driver.
1071
1072 config SPI_MXS
1073         tristate "Freescale MXS SPI controller"
1074         depends on ARCH_MXS
1075         select STMP_DEVICE
1076         help
1077           SPI driver for Freescale MXS devices.
1078
1079 config SPI_TEGRA210_QUAD
1080         tristate "NVIDIA Tegra QSPI Controller"
1081         depends on ARCH_TEGRA || COMPILE_TEST
1082         depends on RESET_CONTROLLER
1083         help
1084           QSPI driver for NVIDIA Tegra QSPI Controller interface. This
1085           controller is different from the SPI controller and is available
1086           on Tegra SoCs starting from Tegra210.
1087
1088 config SPI_TEGRA114
1089         tristate "NVIDIA Tegra114 SPI Controller"
1090         depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
1091         depends on RESET_CONTROLLER
1092         help
1093           SPI driver for NVIDIA Tegra114 SPI Controller interface. This controller
1094           is different than the older SoCs SPI controller and also register interface
1095           get changed with this controller.
1096
1097 config SPI_TEGRA20_SFLASH
1098         tristate "Nvidia Tegra20 Serial flash Controller"
1099         depends on ARCH_TEGRA || COMPILE_TEST
1100         depends on RESET_CONTROLLER
1101         help
1102           SPI driver for Nvidia Tegra20 Serial flash Controller interface.
1103           The main usecase of this controller is to use spi flash as boot
1104           device.
1105
1106 config SPI_TEGRA20_SLINK
1107         tristate "Nvidia Tegra20/Tegra30 SLINK Controller"
1108         depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
1109         depends on RESET_CONTROLLER
1110         help
1111           SPI driver for Nvidia Tegra20/Tegra30 SLINK Controller interface.
1112
1113 config SPI_THUNDERX
1114         tristate "Cavium ThunderX SPI controller"
1115         depends on PCI && 64BIT && (ARM64 || COMPILE_TEST)
1116         help
1117           SPI host driver for the hardware found on Cavium ThunderX
1118           SOCs.
1119
1120 config SPI_TOPCLIFF_PCH
1121         tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) SPI"
1122         depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
1123         help
1124           SPI driver for the Topcliff PCH (Platform Controller Hub) SPI bus
1125           used in some x86 embedded processors.
1126
1127           This driver also supports the ML7213/ML7223/ML7831, a companion chip
1128           for the Atom E6xx series and compatible with the Intel EG20T PCH.
1129
1130 config SPI_UNIPHIER
1131         tristate "Socionext UniPhier SPI Controller"
1132         depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF
1133         depends on HAS_IOMEM
1134         help
1135           This enables a driver for the Socionext UniPhier SoC SCSSI SPI controller.
1136
1137           UniPhier SoCs have SCSSI and MCSSI SPI controllers.
1138           Every UniPhier SoC has SCSSI which supports single channel.
1139           Older UniPhier Pro4/Pro5 also has MCSSI which support multiple channels.
1140           This driver supports SCSSI only.
1141
1142           If your SoC supports SCSSI, say Y here.
1143
1144 config SPI_XCOMM
1145         tristate "Analog Devices AD-FMCOMMS1-EBZ SPI-I2C-bridge driver"
1146         depends on I2C
1147         help
1148           Support for the SPI-I2C bridge found on the Analog Devices
1149           AD-FMCOMMS1-EBZ board.
1150
1151 config SPI_XILINX
1152         tristate "Xilinx SPI controller common module"
1153         depends on HAS_IOMEM
1154         select SPI_BITBANG
1155         help
1156           This exposes the SPI controller IP from the Xilinx EDK.
1157
1158           See the "OPB Serial Peripheral Interface (SPI) (v1.00e)"
1159           Product Specification document (DS464) for hardware details.
1160
1161           Or for the DS570, see "XPS Serial Peripheral Interface (SPI) (v2.00b)"
1162
1163 config SPI_XLP
1164         tristate "Cavium ThunderX2 SPI controller driver"
1165         depends on ARCH_THUNDER2 || COMPILE_TEST
1166         help
1167           Enable support for the SPI controller on the Cavium ThunderX2.
1168           (Originally on Netlogic XLP SoCs.)
1169
1170           If you have a Cavium ThunderX2 platform say Y here.
1171           If unsure, say N.
1172
1173 config SPI_XTENSA_XTFPGA
1174         tristate "Xtensa SPI controller for xtfpga"
1175         depends on (XTENSA && XTENSA_PLATFORM_XTFPGA) || COMPILE_TEST
1176         select SPI_BITBANG
1177         help
1178           SPI driver for xtfpga SPI master controller.
1179
1180           This simple SPI master controller is built into xtfpga bitstreams
1181           and is used to control daughterboard audio codec. It always transfers
1182           16 bit words in SPI mode 0, automatically asserting CS on transfer
1183           start and deasserting on end.
1184
1185 config SPI_ZYNQ_QSPI
1186         tristate "Xilinx Zynq QSPI controller"
1187         depends on ARCH_ZYNQ || COMPILE_TEST
1188         depends on SPI_MEM
1189         help
1190           This enables support for the Zynq Quad SPI controller
1191           in master mode.
1192           This controller only supports SPI memory interface.
1193
1194 config SPI_ZYNQMP_GQSPI
1195         tristate "Xilinx ZynqMP GQSPI controller"
1196         depends on (SPI_MEM && HAS_DMA) || COMPILE_TEST
1197         help
1198           Enables Xilinx GQSPI controller driver for Zynq UltraScale+ MPSoC.
1199           This controller only supports SPI memory interface.
1200
1201 config SPI_AMD
1202         tristate "AMD SPI controller"
1203         depends on SPI_MASTER || COMPILE_TEST
1204         help
1205           Enables SPI controller driver for AMD SoC.
1206
1207 #
1208 # Add new SPI master controllers in alphabetical order above this line
1209 #
1210
1211 comment "SPI Multiplexer support"
1212
1213 config SPI_MUX
1214         tristate "SPI multiplexer support"
1215         select MULTIPLEXER
1216         help
1217           This adds support for SPI multiplexers. Each SPI mux will be
1218           accessible as a SPI controller, the devices behind the mux will appear
1219           to be chip selects on this controller. It is still necessary to
1220           select one or more specific mux-controller drivers.
1221
1222 #
1223 # There are lots of SPI device types, with sensors and memory
1224 # being probably the most widely used ones.
1225 #
1226 comment "SPI Protocol Masters"
1227
1228 config SPI_SPIDEV
1229         tristate "User mode SPI device driver support"
1230         help
1231           This supports user mode SPI protocol drivers.
1232
1233 config SPI_LOOPBACK_TEST
1234         tristate "spi loopback test framework support"
1235         depends on m
1236         help
1237           This enables the SPI loopback testing framework driver
1238
1239           primarily used for development of spi_master drivers
1240           and to detect regressions
1241
1242 config SPI_TLE62X0
1243         tristate "Infineon TLE62X0 (for power switching)"
1244         depends on SYSFS
1245         help
1246           SPI driver for Infineon TLE62X0 series line driver chips,
1247           such as the TLE6220, TLE6230 and TLE6240.  This provides a
1248           sysfs interface, with each line presented as a kind of GPIO
1249           exposing both switch control and diagnostic feedback.
1250
1251 #
1252 # Add new SPI protocol masters in alphabetical order above this line
1253 #
1254
1255 endif # SPI_MASTER
1256
1257 #
1258 # SLAVE side ... listening to other SPI masters
1259 #
1260
1261 config SPI_SLAVE
1262         bool "SPI slave protocol handlers"
1263         help
1264           If your system has a slave-capable SPI controller, you can enable
1265           slave protocol handlers.
1266
1267 if SPI_SLAVE
1268
1269 config SPI_SLAVE_TIME
1270         tristate "SPI slave handler reporting boot up time"
1271         help
1272           SPI slave handler responding with the time of reception of the last
1273           SPI message.
1274
1275 config SPI_SLAVE_SYSTEM_CONTROL
1276         tristate "SPI slave handler controlling system state"
1277         help
1278           SPI slave handler to allow remote control of system reboot, power
1279           off, halt, and suspend.
1280
1281 endif # SPI_SLAVE
1282
1283 config SPI_DYNAMIC
1284         def_bool ACPI || OF_DYNAMIC || SPI_SLAVE
1285
1286 endif # SPI