Kconfig (04000dc6f7e3ce24677f2895ea41746ed29a4498) | Kconfig (561de45f72bd5f9b3f166bdd6151d4d0fe9e6534) |
---|---|
1# 2# SPI driver configuration 3# 4menuconfig SPI 5 bool "SPI support" 6 depends on HAS_IOMEM 7 help 8 The "Serial Peripheral Interface" is a low level synchronous --- 525 unchanged lines hidden (view full) --- 534 provides a common data path (an output FIFO and an input FIFO) 535 for serial peripheral interface (SPI) mini-core. SPI in master 536 mode supports up to 50MHz, up to four chip selects, programmable 537 data path from 4 bits to 32 bits and numerous protocol variants. 538 539 This driver can also be built as a module. If so, the module 540 will be called spi_qup. 541 | 1# 2# SPI driver configuration 3# 4menuconfig SPI 5 bool "SPI support" 6 depends on HAS_IOMEM 7 help 8 The "Serial Peripheral Interface" is a low level synchronous --- 525 unchanged lines hidden (view full) --- 534 provides a common data path (an output FIFO and an input FIFO) 535 for serial peripheral interface (SPI) mini-core. SPI in master 536 mode supports up to 50MHz, up to four chip selects, programmable 537 data path from 4 bits to 32 bits and numerous protocol variants. 538 539 This driver can also be built as a module. If so, the module 540 will be called spi_qup. 541 |
542config SPI_QCOM_GENI 543 tristate "Qualcomm GENI based SPI controller" 544 depends on QCOM_GENI_SE 545 help 546 This driver supports GENI serial engine based SPI controller in 547 master mode on the Qualcomm Technologies Inc.'s SoCs. If you say 548 yes to this option, support will be included for the built-in SPI 549 interface on the Qualcomm Technologies Inc.'s SoCs. 550 551 This driver can also be built as a module. If so, the module 552 will be called spi-geni-qcom. 553 |
|
542config SPI_S3C24XX 543 tristate "Samsung S3C24XX series SPI" 544 depends on ARCH_S3C24XX 545 select SPI_BITBANG 546 help 547 SPI driver for Samsung S3C24XX series ARM SoCs 548 549config SPI_S3C24XX_FIQ --- 293 unchanged lines hidden --- | 554config SPI_S3C24XX 555 tristate "Samsung S3C24XX series SPI" 556 depends on ARCH_S3C24XX 557 select SPI_BITBANG 558 help 559 SPI driver for Samsung S3C24XX series ARM SoCs 560 561config SPI_S3C24XX_FIQ --- 293 unchanged lines hidden --- |