···6767Dual/Quad mode is not allowed when 3-wire mode is used.68686969If a gpio chipselect is used for the SPI slave the gpio number will be passed7070-via the cs_gpio7070+via the SPI master node cs-gpios property.71717272SPI example for an MPC5200 SPI bus:7373 spi@f00 {
+3-1
drivers/spi/Kconfig
···307307308308config SPI_OMAP24XX309309 tristate "McSPI driver for OMAP"310310+ depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SH310311 depends on ARCH_OMAP2PLUS || COMPILE_TEST311312 help312313 SPI master controller for OMAP24XX and later Multichannel SPI···414413415414config SPI_SH_MSIOF416415 tristate "SuperH MSIOF SPI controller"417417- depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK416416+ depends on HAVE_CLK417417+ depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST418418 select SPI_BITBANG419419 help420420 SPI driver for SuperH and SH Mobile MSIOF blocks.