mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
Merge remote-tracking branch 'spi/topic/dma-dep' into spi-next
This commit is contained in:
commit
613c44798f
@ -69,6 +69,7 @@ config SPI_ATH79
|
|||||||
|
|
||||||
config SPI_ATMEL
|
config SPI_ATMEL
|
||||||
tristate "Atmel SPI Controller"
|
tristate "Atmel SPI Controller"
|
||||||
|
depends on HAS_DMA
|
||||||
depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
|
depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
|
||||||
help
|
help
|
||||||
This selects a driver for the Atmel SPI Controller, present on
|
This selects a driver for the Atmel SPI Controller, present on
|
||||||
@ -185,6 +186,7 @@ config SPI_EFM32
|
|||||||
|
|
||||||
config SPI_EP93XX
|
config SPI_EP93XX
|
||||||
tristate "Cirrus Logic EP93xx SPI controller"
|
tristate "Cirrus Logic EP93xx SPI controller"
|
||||||
|
depends on HAS_DMA
|
||||||
depends on ARCH_EP93XX || COMPILE_TEST
|
depends on ARCH_EP93XX || COMPILE_TEST
|
||||||
help
|
help
|
||||||
This enables using the Cirrus EP93xx SPI controller in master
|
This enables using the Cirrus EP93xx SPI controller in master
|
||||||
@ -314,6 +316,7 @@ config SPI_OMAP_UWIRE
|
|||||||
|
|
||||||
config SPI_OMAP24XX
|
config SPI_OMAP24XX
|
||||||
tristate "McSPI driver for OMAP"
|
tristate "McSPI driver for OMAP"
|
||||||
|
depends on HAS_DMA
|
||||||
depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SUPERH
|
depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SUPERH
|
||||||
depends on ARCH_OMAP2PLUS || COMPILE_TEST
|
depends on ARCH_OMAP2PLUS || COMPILE_TEST
|
||||||
help
|
help
|
||||||
@ -500,7 +503,7 @@ config SPI_MXS
|
|||||||
config SPI_TEGRA114
|
config SPI_TEGRA114
|
||||||
tristate "NVIDIA Tegra114 SPI Controller"
|
tristate "NVIDIA Tegra114 SPI Controller"
|
||||||
depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
|
depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
|
||||||
depends on RESET_CONTROLLER
|
depends on RESET_CONTROLLER && HAS_DMA
|
||||||
help
|
help
|
||||||
SPI driver for NVIDIA Tegra114 SPI Controller interface. This controller
|
SPI driver for NVIDIA Tegra114 SPI Controller interface. This controller
|
||||||
is different than the older SoCs SPI controller and also register interface
|
is different than the older SoCs SPI controller and also register interface
|
||||||
@ -518,7 +521,7 @@ config SPI_TEGRA20_SFLASH
|
|||||||
config SPI_TEGRA20_SLINK
|
config SPI_TEGRA20_SLINK
|
||||||
tristate "Nvidia Tegra20/Tegra30 SLINK Controller"
|
tristate "Nvidia Tegra20/Tegra30 SLINK Controller"
|
||||||
depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
|
depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
|
||||||
depends on RESET_CONTROLLER
|
depends on RESET_CONTROLLER && HAS_DMA
|
||||||
help
|
help
|
||||||
SPI driver for Nvidia Tegra20/Tegra30 SLINK Controller interface.
|
SPI driver for Nvidia Tegra20/Tegra30 SLINK Controller interface.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user