1# SPDX-License-Identifier: GPL-2.0-only 2# 3# SPI driver configuration 4# 5menuconfig 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 26if SPI 27 28config 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 39config 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 49if SPI_MASTER 50 51config 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 58comment "SPI Master Controller Drivers" 59 60config SPI_ALTERA 61 tristate "Altera SPI Controller" 62 select REGMAP_MMIO 63 help 64 This is the driver for the Altera SPI Controller. 65 66config SPI_AR934X 67 tristate "Qualcomm Atheros AR934X/QCA95XX SPI controller driver" 68 depends on ATH79 || COMPILE_TEST 69 help 70 This enables support for the SPI controller present on the 71 Qualcomm Atheros AR934X/QCA95XX SoCs. 72 73config SPI_ATH79 74 tristate "Atheros AR71XX/AR724X/AR913X SPI controller driver" 75 depends on ATH79 || COMPILE_TEST 76 select SPI_BITBANG 77 help 78 This enables support for the SPI controller present on the 79 Atheros AR71XX/AR724X/AR913X SoCs. 80 81config SPI_ARMADA_3700 82 tristate "Marvell Armada 3700 SPI Controller" 83 depends on (ARCH_MVEBU && OF) || COMPILE_TEST 84 help 85 This enables support for the SPI controller present on the 86 Marvell Armada 3700 SoCs. 87 88config SPI_ATMEL 89 tristate "Atmel SPI Controller" 90 depends on ARCH_AT91 || COMPILE_TEST 91 depends on OF 92 help 93 This selects a driver for the Atmel SPI Controller, present on 94 many AT91 ARM chips. 95 96config SPI_AT91_USART 97 tristate "Atmel USART Controller SPI driver" 98 depends on (ARCH_AT91 || COMPILE_TEST) 99 depends on MFD_AT91_USART 100 help 101 This selects a driver for the AT91 USART Controller as SPI Master, 102 present on AT91 and SAMA5 SoC series. 103 104config SPI_ATMEL_QUADSPI 105 tristate "Atmel Quad SPI Controller" 106 depends on ARCH_AT91 || COMPILE_TEST 107 depends on OF && HAS_IOMEM 108 help 109 This enables support for the Quad SPI controller in master mode. 110 This driver does not support generic SPI. The implementation only 111 supports spi-mem interface. 112 113config SPI_AU1550 114 tristate "Au1550/Au1200/Au1300 SPI Controller" 115 depends on MIPS_ALCHEMY 116 select SPI_BITBANG 117 help 118 If you say yes to this option, support will be included for the 119 PSC SPI controller found on Au1550, Au1200 and Au1300 series. 120 121config SPI_AXI_SPI_ENGINE 122 tristate "Analog Devices AXI SPI Engine controller" 123 depends on HAS_IOMEM 124 help 125 This enables support for the Analog Devices AXI SPI Engine SPI controller. 126 It is part of the SPI Engine framework that is used in some Analog Devices 127 reference designs for FPGAs. 128 129config SPI_BCM2835 130 tristate "BCM2835 SPI controller" 131 depends on GPIOLIB 132 depends on ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST 133 help 134 This selects a driver for the Broadcom BCM2835 SPI master. 135 136 The BCM2835 contains two types of SPI master controller; the 137 "universal SPI master", and the regular SPI controller. This driver 138 is for the regular SPI controller. Slave mode operation is not also 139 not supported. 140 141config SPI_BCM2835AUX 142 tristate "BCM2835 SPI auxiliary controller" 143 depends on ((ARCH_BCM2835 || ARCH_BRCMSTB) && GPIOLIB) || COMPILE_TEST 144 help 145 This selects a driver for the Broadcom BCM2835 SPI aux master. 146 147 The BCM2835 contains two types of SPI master controller; the 148 "universal SPI master", and the regular SPI controller. 149 This driver is for the universal/auxiliary SPI controller. 150 151config SPI_BCM63XX 152 tristate "Broadcom BCM63xx SPI controller" 153 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST 154 help 155 Enable support for the SPI controller on the Broadcom BCM63xx SoCs. 156 157config SPI_BCM63XX_HSSPI 158 tristate "Broadcom BCM63XX HS SPI controller driver" 159 depends on BCM63XX || BMIPS_GENERIC || ARCH_BCM_63XX || COMPILE_TEST 160 help 161 This enables support for the High Speed SPI controller present on 162 newer Broadcom BCM63XX SoCs. 163 164config SPI_BCM_QSPI 165 tristate "Broadcom BSPI and MSPI controller support" 166 depends on ARCH_BRCMSTB || ARCH_BCM || ARCH_BCM_IPROC || \ 167 BMIPS_GENERIC || COMPILE_TEST 168 default ARCH_BCM_IPROC 169 help 170 Enables support for the Broadcom SPI flash and MSPI controller. 171 Select this option for any one of BRCMSTB, iProc NSP and NS2 SoCs 172 based platforms. This driver works for both SPI master for SPI NOR 173 flash device as well as MSPI device. 174 175config SPI_BITBANG 176 tristate "Utilities for Bitbanging SPI masters" 177 help 178 With a few GPIO pins, your system can bitbang the SPI protocol. 179 Select this to get SPI support through I/O pins (GPIO, parallel 180 port, etc). Or, some systems' SPI master controller drivers use 181 this code to manage the per-word or per-transfer accesses to the 182 hardware shift registers. 183 184 This is library code, and is automatically selected by drivers that 185 need it. You only need to select this explicitly to support driver 186 modules that aren't part of this kernel tree. 187 188config SPI_BUTTERFLY 189 tristate "Parallel port adapter for AVR Butterfly (DEVELOPMENT)" 190 depends on PARPORT 191 select SPI_BITBANG 192 help 193 This uses a custom parallel port cable to connect to an AVR 194 Butterfly <http://www.atmel.com/products/avr/butterfly>, an 195 inexpensive battery powered microcontroller evaluation board. 196 This same cable can be used to flash new firmware. 197 198config SPI_CADENCE 199 tristate "Cadence SPI controller" 200 help 201 This selects the Cadence SPI controller master driver 202 used by Xilinx Zynq and ZynqMP. 203 204config SPI_CADENCE_QUADSPI 205 tristate "Cadence Quad SPI controller" 206 depends on OF && (ARM || ARM64 || X86 || COMPILE_TEST) 207 help 208 Enable support for the Cadence Quad SPI Flash controller. 209 210 Cadence QSPI is a specialized controller for connecting an SPI 211 Flash over 1/2/4-bit wide bus. Enable this option if you have a 212 device with a Cadence QSPI controller and want to access the 213 Flash as an MTD device. 214 215config SPI_CLPS711X 216 tristate "CLPS711X host SPI controller" 217 depends on ARCH_CLPS711X || COMPILE_TEST 218 help 219 This enables dedicated general purpose SPI/Microwire1-compatible 220 master mode interface (SSI1) for CLPS711X-based CPUs. 221 222config SPI_COLDFIRE_QSPI 223 tristate "Freescale Coldfire QSPI controller" 224 depends on (M520x || M523x || M5249 || M525x || M527x || M528x || M532x) 225 help 226 This enables support for the Coldfire QSPI controller in master 227 mode. 228 229config SPI_DAVINCI 230 tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller" 231 depends on ARCH_DAVINCI || ARCH_KEYSTONE 232 select SPI_BITBANG 233 help 234 SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules. 235 236config SPI_DESIGNWARE 237 tristate "DesignWare SPI controller core support" 238 imply SPI_MEM 239 help 240 general driver for SPI controller core from DesignWare 241 242if SPI_DESIGNWARE 243 244config SPI_DW_DMA 245 bool "DMA support for DW SPI controller" 246 247config SPI_DW_PCI 248 tristate "PCI interface driver for DW SPI core" 249 depends on PCI 250 251config SPI_DW_MMIO 252 tristate "Memory-mapped io interface driver for DW SPI core" 253 depends on HAS_IOMEM 254 255config SPI_DW_BT1 256 tristate "Baikal-T1 SPI driver for DW SPI core" 257 depends on MIPS_BAIKAL_T1 || COMPILE_TEST 258 select MULTIPLEXER 259 select MUX_MMIO 260 help 261 Baikal-T1 SoC is equipped with three DW APB SSI-based MMIO SPI 262 controllers. Two of them are pretty much normal: with IRQ, DMA, 263 FIFOs of 64 words depth, 4x CSs, but the third one as being a 264 part of the Baikal-T1 System Boot Controller has got a very 265 limited resources: no IRQ, no DMA, only a single native 266 chip-select and Tx/Rx FIFO with just 8 words depth available. 267 The later one is normally connected to an external SPI-nor flash 268 of 128Mb (in general can be of bigger size). 269 270config SPI_DW_BT1_DIRMAP 271 bool "Directly mapped Baikal-T1 Boot SPI flash support" 272 depends on SPI_DW_BT1 273 help 274 Directly mapped SPI flash memory is an interface specific to the 275 Baikal-T1 System Boot Controller. It is a 16MB MMIO region, which 276 can be used to access a peripheral memory device just by 277 reading/writing data from/to it. Note that the system APB bus 278 will stall during each IO from/to the dirmap region until the 279 operation is finished. So try not to use it concurrently with 280 time-critical tasks (like the SPI memory operations implemented 281 in this driver). 282 283endif 284 285config SPI_DLN2 286 tristate "Diolan DLN-2 USB SPI adapter" 287 depends on MFD_DLN2 288 help 289 If you say yes to this option, support will be included for Diolan 290 DLN2, a USB to SPI interface. 291 292 This driver can also be built as a module. If so, the module 293 will be called spi-dln2. 294 295config SPI_EP93XX 296 tristate "Cirrus Logic EP93xx SPI controller" 297 depends on ARCH_EP93XX || COMPILE_TEST 298 help 299 This enables using the Cirrus EP93xx SPI controller in master 300 mode. 301 302config SPI_FALCON 303 bool "Falcon SPI controller support" 304 depends on SOC_FALCON 305 help 306 The external bus unit (EBU) found on the FALC-ON SoC has SPI 307 emulation that is designed for serial flash access. This driver 308 has only been tested with m25p80 type chips. The hardware has no 309 support for other types of SPI peripherals. 310 311config SPI_FSI 312 tristate "FSI SPI driver" 313 depends on FSI 314 help 315 This enables support for the driver for FSI bus attached SPI 316 controllers. 317 318config SPI_FSL_LPSPI 319 tristate "Freescale i.MX LPSPI controller" 320 depends on ARCH_MXC || COMPILE_TEST 321 help 322 This enables Freescale i.MX LPSPI controllers in master mode. 323 324config SPI_FSL_QUADSPI 325 tristate "Freescale QSPI controller" 326 depends on ARCH_MXC || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST 327 depends on HAS_IOMEM 328 help 329 This enables support for the Quad SPI controller in master mode. 330 Up to four flash chips can be connected on two buses with two 331 chipselects each. 332 This controller does not support generic SPI messages. It only 333 supports the high-level SPI memory interface. 334 335config SPI_HISI_SFC_V3XX 336 tristate "HiSilicon SPI NOR Flash Controller for Hi16XX chipsets" 337 depends on (ARM64 && ACPI) || COMPILE_TEST 338 depends on HAS_IOMEM 339 help 340 This enables support for HiSilicon v3xx SPI NOR flash controller 341 found in hi16xx chipsets. 342 343config SPI_NXP_FLEXSPI 344 tristate "NXP Flex SPI controller" 345 depends on ARCH_LAYERSCAPE || HAS_IOMEM 346 help 347 This enables support for the Flex SPI controller in master mode. 348 Up to four slave devices can be connected on two buses with two 349 chipselects each. 350 This controller does not support generic SPI messages and only 351 supports the high-level SPI memory interface. 352 353config SPI_GPIO 354 tristate "GPIO-based bitbanging SPI Master" 355 depends on GPIOLIB || COMPILE_TEST 356 select SPI_BITBANG 357 help 358 This simple GPIO bitbanging SPI master uses the arch-neutral GPIO 359 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI 360 slaves connected to a bus using this driver are configured as usual, 361 except that the spi_board_info.controller_data holds the GPIO number 362 for the chipselect used by this controller driver. 363 364 Note that this driver often won't achieve even 1 Mbit/sec speeds, 365 making it unusually slow for SPI. If your platform can inline 366 GPIO operations, you should be able to leverage that for better 367 speed with a custom version of this driver; see the source code. 368 369config SPI_IMG_SPFI 370 tristate "IMG SPFI controller" 371 depends on MIPS || COMPILE_TEST 372 help 373 This enables support for the SPFI master controller found on 374 IMG SoCs. 375 376config SPI_IMX 377 tristate "Freescale i.MX SPI controllers" 378 depends on ARCH_MXC || COMPILE_TEST 379 select SPI_BITBANG 380 help 381 This enables support for the Freescale i.MX SPI controllers. 382 383config SPI_JCORE 384 tristate "J-Core SPI Master" 385 depends on OF && (SUPERH || COMPILE_TEST) 386 help 387 This enables support for the SPI master controller in the J-Core 388 synthesizable, open source SoC. 389 390config SPI_LM70_LLP 391 tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)" 392 depends on PARPORT 393 select SPI_BITBANG 394 help 395 This driver supports the NS LM70 LLP Evaluation Board, 396 which interfaces to an LM70 temperature sensor using 397 a parallel port. 398 399config SPI_LP8841_RTC 400 tristate "ICP DAS LP-8841 SPI Controller for RTC" 401 depends on MACH_PXA27X_DT || COMPILE_TEST 402 help 403 This driver provides an SPI master device to drive Maxim 404 DS-1302 real time clock. 405 406 Say N here unless you plan to run the kernel on an ICP DAS 407 LP-8x4x industrial computer. 408 409config SPI_MPC52xx 410 tristate "Freescale MPC52xx SPI (non-PSC) controller support" 411 depends on PPC_MPC52xx 412 help 413 This drivers supports the MPC52xx SPI controller in master SPI 414 mode. 415 416config SPI_MPC52xx_PSC 417 tristate "Freescale MPC52xx PSC SPI controller" 418 depends on PPC_MPC52xx 419 help 420 This enables using the Freescale MPC52xx Programmable Serial 421 Controller in master SPI mode. 422 423config SPI_MPC512x_PSC 424 tristate "Freescale MPC512x PSC SPI controller" 425 depends on PPC_MPC512x 426 help 427 This enables using the Freescale MPC5121 Programmable Serial 428 Controller in SPI master mode. 429 430config SPI_FSL_LIB 431 tristate 432 depends on OF 433 434config SPI_FSL_CPM 435 tristate 436 depends on FSL_SOC 437 438config SPI_FSL_SPI 439 tristate "Freescale SPI controller and Aeroflex Gaisler GRLIB SPI controller" 440 depends on OF 441 select SPI_FSL_LIB 442 select SPI_FSL_CPM if FSL_SOC 443 help 444 This enables using the Freescale SPI controllers in master mode. 445 MPC83xx platform uses the controller in cpu mode or CPM/QE mode. 446 MPC8569 uses the controller in QE mode, MPC8610 in cpu mode. 447 This also enables using the Aeroflex Gaisler GRLIB SPI controller in 448 master mode. 449 450config SPI_FSL_DSPI 451 tristate "Freescale DSPI controller" 452 select REGMAP_MMIO 453 depends on SOC_VF610 || SOC_LS1021A || ARCH_LAYERSCAPE || M5441x || COMPILE_TEST 454 help 455 This enables support for the Freescale DSPI controller in master 456 mode. VF610, LS1021A and ColdFire platforms uses the controller. 457 458config SPI_FSL_ESPI 459 tristate "Freescale eSPI controller" 460 depends on FSL_SOC 461 help 462 This enables using the Freescale eSPI controllers in master mode. 463 From MPC8536, 85xx platform uses the controller, and all P10xx, 464 P20xx, P30xx,P40xx, P50xx uses this controller. 465 466config SPI_MESON_SPICC 467 tristate "Amlogic Meson SPICC controller" 468 depends on COMMON_CLK 469 depends on ARCH_MESON || COMPILE_TEST 470 help 471 This enables master mode support for the SPICC (SPI communication 472 controller) available in Amlogic Meson SoCs. 473 474config SPI_MESON_SPIFC 475 tristate "Amlogic Meson SPIFC controller" 476 depends on ARCH_MESON || COMPILE_TEST 477 select REGMAP_MMIO 478 help 479 This enables master mode support for the SPIFC (SPI flash 480 controller) available in Amlogic Meson SoCs. 481 482config SPI_MT65XX 483 tristate "MediaTek SPI controller" 484 depends on ARCH_MEDIATEK || COMPILE_TEST 485 help 486 This selects the MediaTek(R) SPI bus driver. 487 If you want to use MediaTek(R) SPI interface, 488 say Y or M here.If you are not sure, say N. 489 SPI drivers for Mediatek MT65XX and MT81XX series ARM SoCs. 490 491config SPI_MT7621 492 tristate "MediaTek MT7621 SPI Controller" 493 depends on RALINK || COMPILE_TEST 494 help 495 This selects a driver for the MediaTek MT7621 SPI Controller. 496 497config SPI_MTK_NOR 498 tristate "MediaTek SPI NOR controller" 499 depends on ARCH_MEDIATEK || COMPILE_TEST 500 help 501 This enables support for SPI NOR controller found on MediaTek 502 ARM SoCs. This is a controller specifically for SPI NOR flash. 503 It can perform generic SPI transfers up to 6 bytes via generic 504 SPI interface as well as several SPI NOR specific instructions 505 via SPI MEM interface. 506 507config SPI_NPCM_FIU 508 tristate "Nuvoton NPCM FLASH Interface Unit" 509 depends on ARCH_NPCM || COMPILE_TEST 510 depends on OF && HAS_IOMEM 511 help 512 This enables support for the Flash Interface Unit SPI controller 513 in master mode. 514 This driver does not support generic SPI. The implementation only 515 supports spi-mem interface. 516 517config SPI_NPCM_PSPI 518 tristate "Nuvoton NPCM PSPI Controller" 519 depends on ARCH_NPCM || COMPILE_TEST 520 help 521 This driver provides support for Nuvoton NPCM BMC 522 Peripheral SPI controller in master mode. 523 524config SPI_LANTIQ_SSC 525 tristate "Lantiq SSC SPI controller" 526 depends on LANTIQ || X86 || COMPILE_TEST 527 help 528 This driver supports the Lantiq SSC SPI controller in master 529 mode. This controller is found on Intel (former Lantiq) SoCs like 530 the Danube, Falcon, xRX200, xRX300, Lightning Mountain. 531 532config SPI_OC_TINY 533 tristate "OpenCores tiny SPI" 534 depends on GPIOLIB || COMPILE_TEST 535 select SPI_BITBANG 536 help 537 This is the driver for OpenCores tiny SPI master controller. 538 539config SPI_OCTEON 540 tristate "Cavium OCTEON SPI controller" 541 depends on CAVIUM_OCTEON_SOC 542 help 543 SPI host driver for the hardware found on some Cavium OCTEON 544 SOCs. 545 546config SPI_OMAP_UWIRE 547 tristate "OMAP1 MicroWire" 548 depends on ARCH_OMAP1 549 select SPI_BITBANG 550 help 551 This hooks up to the MicroWire controller on OMAP1 chips. 552 553config SPI_OMAP24XX 554 tristate "McSPI driver for OMAP" 555 depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST 556 select SG_SPLIT 557 help 558 SPI master controller for OMAP24XX and later Multichannel SPI 559 (McSPI) modules. 560 561config SPI_TI_QSPI 562 tristate "DRA7xxx QSPI controller support" 563 depends on ARCH_OMAP2PLUS || COMPILE_TEST 564 help 565 QSPI master controller for DRA7xxx used for flash devices. 566 This device supports single, dual and quad read support, while 567 it only supports single write mode. 568 569config SPI_OMAP_100K 570 tristate "OMAP SPI 100K" 571 depends on ARCH_OMAP850 || ARCH_OMAP730 || COMPILE_TEST 572 help 573 OMAP SPI 100K master controller for omap7xx boards. 574 575config SPI_ORION 576 tristate "Orion SPI master" 577 depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST 578 help 579 This enables using the SPI master controller on the Orion 580 and MVEBU chips. 581 582config SPI_PIC32 583 tristate "Microchip PIC32 series SPI" 584 depends on MACH_PIC32 || COMPILE_TEST 585 help 586 SPI driver for Microchip PIC32 SPI master controller. 587 588config SPI_PIC32_SQI 589 tristate "Microchip PIC32 Quad SPI driver" 590 depends on MACH_PIC32 || COMPILE_TEST 591 help 592 SPI driver for PIC32 Quad SPI controller. 593 594config SPI_PL022 595 tristate "ARM AMBA PL022 SSP controller" 596 depends on ARM_AMBA 597 default y if ARCH_REALVIEW 598 default y if INTEGRATOR_IMPD1 599 default y if ARCH_VERSATILE 600 help 601 This selects the ARM(R) AMBA(R) PrimeCell PL022 SSP 602 controller. If you have an embedded system with an AMBA(R) 603 bus and a PL022 controller, say Y or M here. 604 605config SPI_PPC4xx 606 tristate "PPC4xx SPI Controller" 607 depends on PPC32 && 4xx 608 select SPI_BITBANG 609 help 610 This selects a driver for the PPC4xx SPI Controller. 611 612config SPI_PXA2XX 613 tristate "PXA2xx SSP SPI master" 614 depends on ARCH_PXA || ARCH_MMP || PCI || ACPI || COMPILE_TEST 615 select PXA_SSP if ARCH_PXA || ARCH_MMP 616 help 617 This enables using a PXA2xx or Sodaville SSP port as a SPI master 618 controller. The driver can be configured to use any SSP port and 619 additional documentation can be found a Documentation/spi/pxa2xx.rst. 620 621config SPI_PXA2XX_PCI 622 def_tristate SPI_PXA2XX && PCI && COMMON_CLK 623 624config SPI_ROCKCHIP 625 tristate "Rockchip SPI controller driver" 626 help 627 This selects a driver for Rockchip SPI controller. 628 629 If you say yes to this option, support will be included for 630 RK3066, RK3188 and RK3288 families of SPI controller. 631 Rockchip SPI controller support DMA transport and PIO mode. 632 The main usecase of this controller is to use spi flash as boot 633 device. 634 635config SPI_RB4XX 636 tristate "Mikrotik RB4XX SPI master" 637 depends on SPI_MASTER && ATH79 638 help 639 SPI controller driver for the Mikrotik RB4xx series boards. 640 641config SPI_RPCIF 642 tristate "Renesas RPC-IF SPI driver" 643 depends on RENESAS_RPCIF 644 help 645 SPI driver for Renesas R-Car Gen3 or RZ/G2 RPC-IF. 646 647config SPI_RSPI 648 tristate "Renesas RSPI/QSPI controller" 649 depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 650 help 651 SPI driver for Renesas RSPI and QSPI blocks. 652 653config SPI_QCOM_QSPI 654 tristate "QTI QSPI controller" 655 depends on ARCH_QCOM 656 help 657 QSPI(Quad SPI) driver for Qualcomm QSPI controller. 658 659config SPI_QUP 660 tristate "Qualcomm SPI controller with QUP interface" 661 depends on ARCH_QCOM || COMPILE_TEST 662 help 663 Qualcomm Universal Peripheral (QUP) core is an AHB slave that 664 provides a common data path (an output FIFO and an input FIFO) 665 for serial peripheral interface (SPI) mini-core. SPI in master 666 mode supports up to 50MHz, up to four chip selects, programmable 667 data path from 4 bits to 32 bits and numerous protocol variants. 668 669 This driver can also be built as a module. If so, the module 670 will be called spi_qup. 671 672config SPI_QCOM_GENI 673 tristate "Qualcomm GENI based SPI controller" 674 depends on QCOM_GENI_SE 675 help 676 This driver supports GENI serial engine based SPI controller in 677 master mode on the Qualcomm Technologies Inc.'s SoCs. If you say 678 yes to this option, support will be included for the built-in SPI 679 interface on the Qualcomm Technologies Inc.'s SoCs. 680 681 This driver can also be built as a module. If so, the module 682 will be called spi-geni-qcom. 683 684config SPI_S3C24XX 685 tristate "Samsung S3C24XX series SPI" 686 depends on ARCH_S3C24XX 687 select SPI_BITBANG 688 help 689 SPI driver for Samsung S3C24XX series ARM SoCs 690 691config SPI_S3C24XX_FIQ 692 bool "S3C24XX driver with FIQ pseudo-DMA" 693 depends on SPI_S3C24XX 694 select FIQ 695 help 696 Enable FIQ support for the S3C24XX SPI driver to provide pseudo 697 DMA by using the fast-interrupt request framework, This allows 698 the driver to get DMA-like performance when there are either 699 no free DMA channels, or when doing transfers that required both 700 TX and RX data paths. 701 702config SPI_S3C64XX 703 tristate "Samsung S3C64XX series type SPI" 704 depends on (PLAT_SAMSUNG || ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST) 705 help 706 SPI driver for Samsung S3C64XX and newer SoCs. 707 708config SPI_SC18IS602 709 tristate "NXP SC18IS602/602B/603 I2C to SPI bridge" 710 depends on I2C 711 help 712 SPI driver for NXP SC18IS602/602B/603 I2C to SPI bridge. 713 714config SPI_SH_MSIOF 715 tristate "SuperH MSIOF SPI controller" 716 depends on HAVE_CLK 717 depends on ARCH_SHMOBILE || ARCH_RENESAS || COMPILE_TEST 718 help 719 SPI driver for SuperH and SH Mobile MSIOF blocks. 720 721config SPI_SH 722 tristate "SuperH SPI controller" 723 depends on SUPERH || COMPILE_TEST 724 help 725 SPI driver for SuperH SPI blocks. 726 727config SPI_SH_SCI 728 tristate "SuperH SCI SPI controller" 729 depends on SUPERH 730 select SPI_BITBANG 731 help 732 SPI driver for SuperH SCI blocks. 733 734config SPI_SH_HSPI 735 tristate "SuperH HSPI controller" 736 depends on ARCH_RENESAS || COMPILE_TEST 737 help 738 SPI driver for SuperH HSPI blocks. 739 740config SPI_SIFIVE 741 tristate "SiFive SPI controller" 742 depends on HAS_IOMEM 743 help 744 This exposes the SPI controller IP from SiFive. 745 746config SPI_SLAVE_MT27XX 747 tristate "MediaTek SPI slave device" 748 depends on ARCH_MEDIATEK || COMPILE_TEST 749 depends on SPI_SLAVE 750 help 751 This selects the MediaTek(R) SPI slave device driver. 752 If you want to use MediaTek(R) SPI slave interface, 753 say Y or M here.If you are not sure, say N. 754 SPI slave drivers for Mediatek MT27XX series ARM SoCs. 755 756config SPI_SPRD 757 tristate "Spreadtrum SPI controller" 758 depends on ARCH_SPRD || COMPILE_TEST 759 help 760 SPI driver for Spreadtrum SoCs. 761 762config SPI_SPRD_ADI 763 tristate "Spreadtrum ADI controller" 764 depends on ARCH_SPRD || COMPILE_TEST 765 depends on HWSPINLOCK || (COMPILE_TEST && !HWSPINLOCK) 766 help 767 ADI driver based on SPI for Spreadtrum SoCs. 768 769config SPI_STM32 770 tristate "STMicroelectronics STM32 SPI controller" 771 depends on ARCH_STM32 || COMPILE_TEST 772 help 773 SPI driver for STMicroelectronics STM32 SoCs. 774 775 STM32 SPI controller supports DMA and PIO modes. When DMA 776 is not available, the driver automatically falls back to 777 PIO mode. 778 779config SPI_STM32_QSPI 780 tristate "STMicroelectronics STM32 QUAD SPI controller" 781 depends on ARCH_STM32 || COMPILE_TEST 782 depends on OF 783 help 784 This enables support for the Quad SPI controller in master mode. 785 This driver does not support generic SPI. The implementation only 786 supports spi-mem interface. 787 788config SPI_ST_SSC4 789 tristate "STMicroelectronics SPI SSC-based driver" 790 depends on ARCH_STI || COMPILE_TEST 791 help 792 STMicroelectronics SoCs support for SPI. If you say yes to 793 this option, support will be included for the SSC driven SPI. 794 795config SPI_SUN4I 796 tristate "Allwinner A10 SoCs SPI controller" 797 depends on ARCH_SUNXI || COMPILE_TEST 798 help 799 SPI driver for Allwinner sun4i, sun5i and sun7i SoCs 800 801config SPI_SUN6I 802 tristate "Allwinner A31 SPI controller" 803 depends on ARCH_SUNXI || COMPILE_TEST 804 depends on RESET_CONTROLLER 805 help 806 This enables using the SPI controller on the Allwinner A31 SoCs. 807 808config SPI_SYNQUACER 809 tristate "Socionext's SynQuacer HighSpeed SPI controller" 810 depends on ARCH_SYNQUACER || COMPILE_TEST 811 help 812 SPI driver for Socionext's High speed SPI controller which provides 813 various operating modes for interfacing to serial peripheral devices 814 that use the de-facto standard SPI protocol. 815 816 It also supports the new dual-bit and quad-bit SPI protocol. 817 818config SPI_MXIC 819 tristate "Macronix MX25F0A SPI controller" 820 depends on SPI_MASTER 821 help 822 This selects the Macronix MX25F0A SPI controller driver. 823 824config SPI_MXS 825 tristate "Freescale MXS SPI controller" 826 depends on ARCH_MXS 827 select STMP_DEVICE 828 help 829 SPI driver for Freescale MXS devices. 830 831config SPI_TEGRA210_QUAD 832 tristate "NVIDIA Tegra QSPI Controller" 833 depends on ARCH_TEGRA || COMPILE_TEST 834 depends on RESET_CONTROLLER 835 help 836 QSPI driver for NVIDIA Tegra QSPI Controller interface. This 837 controller is different from the SPI controller and is available 838 on Tegra SoCs starting from Tegra210. 839 840config SPI_TEGRA114 841 tristate "NVIDIA Tegra114 SPI Controller" 842 depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST 843 depends on RESET_CONTROLLER 844 help 845 SPI driver for NVIDIA Tegra114 SPI Controller interface. This controller 846 is different than the older SoCs SPI controller and also register interface 847 get changed with this controller. 848 849config SPI_TEGRA20_SFLASH 850 tristate "Nvidia Tegra20 Serial flash Controller" 851 depends on ARCH_TEGRA || COMPILE_TEST 852 depends on RESET_CONTROLLER 853 help 854 SPI driver for Nvidia Tegra20 Serial flash Controller interface. 855 The main usecase of this controller is to use spi flash as boot 856 device. 857 858config SPI_TEGRA20_SLINK 859 tristate "Nvidia Tegra20/Tegra30 SLINK Controller" 860 depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST 861 depends on RESET_CONTROLLER 862 help 863 SPI driver for Nvidia Tegra20/Tegra30 SLINK Controller interface. 864 865config SPI_THUNDERX 866 tristate "Cavium ThunderX SPI controller" 867 depends on PCI && 64BIT && (ARM64 || COMPILE_TEST) 868 help 869 SPI host driver for the hardware found on Cavium ThunderX 870 SOCs. 871 872config SPI_TOPCLIFF_PCH 873 tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) SPI" 874 depends on PCI && (X86_32 || MIPS || COMPILE_TEST) 875 help 876 SPI driver for the Topcliff PCH (Platform Controller Hub) SPI bus 877 used in some x86 embedded processors. 878 879 This driver also supports the ML7213/ML7223/ML7831, a companion chip 880 for the Atom E6xx series and compatible with the Intel EG20T PCH. 881 882config SPI_UNIPHIER 883 tristate "Socionext UniPhier SPI Controller" 884 depends on (ARCH_UNIPHIER || COMPILE_TEST) && OF 885 depends on HAS_IOMEM 886 help 887 This enables a driver for the Socionext UniPhier SoC SCSSI SPI controller. 888 889 UniPhier SoCs have SCSSI and MCSSI SPI controllers. 890 Every UniPhier SoC has SCSSI which supports single channel. 891 Older UniPhier Pro4/Pro5 also has MCSSI which support multiple channels. 892 This driver supports SCSSI only. 893 894 If your SoC supports SCSSI, say Y here. 895 896config SPI_XCOMM 897 tristate "Analog Devices AD-FMCOMMS1-EBZ SPI-I2C-bridge driver" 898 depends on I2C 899 help 900 Support for the SPI-I2C bridge found on the Analog Devices 901 AD-FMCOMMS1-EBZ board. 902 903config SPI_XILINX 904 tristate "Xilinx SPI controller common module" 905 depends on HAS_IOMEM 906 select SPI_BITBANG 907 help 908 This exposes the SPI controller IP from the Xilinx EDK. 909 910 See the "OPB Serial Peripheral Interface (SPI) (v1.00e)" 911 Product Specification document (DS464) for hardware details. 912 913 Or for the DS570, see "XPS Serial Peripheral Interface (SPI) (v2.00b)" 914 915config SPI_XLP 916 tristate "Netlogic XLP SPI controller driver" 917 depends on CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST 918 help 919 Enable support for the SPI controller on the Netlogic XLP SoCs. 920 Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX, XLP9XX 921 and XLP5XX. 922 923 If you have a Netlogic XLP platform say Y here. 924 If unsure, say N. 925 926config SPI_XTENSA_XTFPGA 927 tristate "Xtensa SPI controller for xtfpga" 928 depends on (XTENSA && XTENSA_PLATFORM_XTFPGA) || COMPILE_TEST 929 select SPI_BITBANG 930 help 931 SPI driver for xtfpga SPI master controller. 932 933 This simple SPI master controller is built into xtfpga bitstreams 934 and is used to control daughterboard audio codec. It always transfers 935 16 bit words in SPI mode 0, automatically asserting CS on transfer 936 start and deasserting on end. 937 938config SPI_ZYNQ_QSPI 939 tristate "Xilinx Zynq QSPI controller" 940 depends on ARCH_ZYNQ || COMPILE_TEST 941 help 942 This enables support for the Zynq Quad SPI controller 943 in master mode. 944 This controller only supports SPI memory interface. 945 946config SPI_ZYNQMP_GQSPI 947 tristate "Xilinx ZynqMP GQSPI controller" 948 depends on (SPI_MASTER && HAS_DMA) || COMPILE_TEST 949 help 950 Enables Xilinx GQSPI controller driver for Zynq UltraScale+ MPSoC. 951 952config SPI_AMD 953 tristate "AMD SPI controller" 954 depends on SPI_MASTER || COMPILE_TEST 955 help 956 Enables SPI controller driver for AMD SoC. 957 958# 959# Add new SPI master controllers in alphabetical order above this line 960# 961 962comment "SPI Multiplexer support" 963 964config SPI_MUX 965 tristate "SPI multiplexer support" 966 select MULTIPLEXER 967 help 968 This adds support for SPI multiplexers. Each SPI mux will be 969 accessible as a SPI controller, the devices behind the mux will appear 970 to be chip selects on this controller. It is still necessary to 971 select one or more specific mux-controller drivers. 972 973# 974# There are lots of SPI device types, with sensors and memory 975# being probably the most widely used ones. 976# 977comment "SPI Protocol Masters" 978 979config SPI_SPIDEV 980 tristate "User mode SPI device driver support" 981 help 982 This supports user mode SPI protocol drivers. 983 984 Note that this application programming interface is EXPERIMENTAL 985 and hence SUBJECT TO CHANGE WITHOUT NOTICE while it stabilizes. 986 987config SPI_LOOPBACK_TEST 988 tristate "spi loopback test framework support" 989 depends on m 990 help 991 This enables the SPI loopback testing framework driver 992 993 primarily used for development of spi_master drivers 994 and to detect regressions 995 996config SPI_TLE62X0 997 tristate "Infineon TLE62X0 (for power switching)" 998 depends on SYSFS 999 help 1000 SPI driver for Infineon TLE62X0 series line driver chips, 1001 such as the TLE6220, TLE6230 and TLE6240. This provides a 1002 sysfs interface, with each line presented as a kind of GPIO 1003 exposing both switch control and diagnostic feedback. 1004 1005# 1006# Add new SPI protocol masters in alphabetical order above this line 1007# 1008 1009endif # SPI_MASTER 1010 1011# 1012# SLAVE side ... listening to other SPI masters 1013# 1014 1015config SPI_SLAVE 1016 bool "SPI slave protocol handlers" 1017 help 1018 If your system has a slave-capable SPI controller, you can enable 1019 slave protocol handlers. 1020 1021if SPI_SLAVE 1022 1023config SPI_SLAVE_TIME 1024 tristate "SPI slave handler reporting boot up time" 1025 help 1026 SPI slave handler responding with the time of reception of the last 1027 SPI message. 1028 1029config SPI_SLAVE_SYSTEM_CONTROL 1030 tristate "SPI slave handler controlling system state" 1031 help 1032 SPI slave handler to allow remote control of system reboot, power 1033 off, halt, and suspend. 1034 1035endif # SPI_SLAVE 1036 1037config SPI_DYNAMIC 1038 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE 1039 1040endif # SPI 1041