Kconfig (b859e7d13bcc18b56faa7e2f78db5ba8ab874a15) Kconfig (9e862375c5420a329521c458a3c808c127e9038f)
1#
2# SPI driver configuration
3#
4# NOTE: the reason this doesn't show SPI slave support is mostly that
5# nobody's needed a slave side API yet. The master-role API is not
6# fully appropriate there, so it'd need some thought to do well.
7#
8menuconfig SPI

--- 489 unchanged lines hidden (view full) ---

498
499config SPI_SIRF
500 tristate "CSR SiRFprimaII SPI controller"
501 depends on SIRF_DMA
502 select SPI_BITBANG
503 help
504 SPI driver for CSR SiRFprimaII SoCs
505
1#
2# SPI driver configuration
3#
4# NOTE: the reason this doesn't show SPI slave support is mostly that
5# nobody's needed a slave side API yet. The master-role API is not
6# fully appropriate there, so it'd need some thought to do well.
7#
8menuconfig SPI

--- 489 unchanged lines hidden (view full) ---

498
499config SPI_SIRF
500 tristate "CSR SiRFprimaII SPI controller"
501 depends on SIRF_DMA
502 select SPI_BITBANG
503 help
504 SPI driver for CSR SiRFprimaII SoCs
505
506config SPI_ST_SSC4
507 tristate "STMicroelectronics SPI SSC-based driver"
508 depends on ARCH_STI
509 help
510 STMicroelectronics SoCs support for SPI. If you say yes to
511 this option, support will be included for the SSC driven SPI.
512
506config SPI_SUN4I
507 tristate "Allwinner A10 SoCs SPI controller"
508 depends on ARCH_SUNXI || COMPILE_TEST
509 help
510 SPI driver for Allwinner sun4i, sun5i and sun7i SoCs
511
512config SPI_SUN6I
513 tristate "Allwinner A31 SPI controller"

--- 145 unchanged lines hidden ---
513config SPI_SUN4I
514 tristate "Allwinner A10 SoCs SPI controller"
515 depends on ARCH_SUNXI || COMPILE_TEST
516 help
517 SPI driver for Allwinner sun4i, sun5i and sun7i SoCs
518
519config SPI_SUN6I
520 tristate "Allwinner A31 SPI controller"

--- 145 unchanged lines hidden ---