Kconfig (95d3877a5818cc3f149a9d443637ff145bbaaabb) Kconfig (a5dfabea19f961826509118513f833cea25797bb)
1menu "SPI Support"
2
3config DM_SPI
4 bool "Enable Driver Model for SPI drivers"
5 depends on DM
6 help
7 Enable driver model for SPI. The SPI slave interface
8 (spi_setup_slave(), spi_xfer(), etc.) is then implemented by

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

240 Enable the Davinci SPI driver
241
242config SH_SPI
243 bool "SuperH SPI driver"
244 help
245 Enable the SuperH SPI controller driver. This driver can be used
246 on various SuperH SoCs, such as SH7757.
247
1menu "SPI Support"
2
3config DM_SPI
4 bool "Enable Driver Model for SPI drivers"
5 depends on DM
6 help
7 Enable driver model for SPI. The SPI slave interface
8 (spi_setup_slave(), spi_xfer(), etc.) is then implemented by

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

240 Enable the Davinci SPI driver
241
242config SH_SPI
243 bool "SuperH SPI driver"
244 help
245 Enable the SuperH SPI controller driver. This driver can be used
246 on various SuperH SoCs, such as SH7757.
247
248config SH_QSPI
249 bool "Renesas Quad SPI driver"
250 help
251 Enable the Renesas Quad SPI controller driver. This driver can be
252 used on Renesas SoCs.
253
248config TI_QSPI
249 bool "TI QSPI driver"
250 help
251 Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms.
252 This driver support spi flash single, quad and memory reads.
253
254config MPC8XX_SPI
255 bool "MPC8XX SPI Driver"

--- 12 unchanged lines hidden ---
254config TI_QSPI
255 bool "TI QSPI driver"
256 help
257 Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms.
258 This driver support spi flash single, quad and memory reads.
259
260config MPC8XX_SPI
261 bool "MPC8XX SPI Driver"

--- 12 unchanged lines hidden ---