X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=blobdiff_plain;f=drivers%2Fspi%2FKconfig;h=1eea3cff14c95ce2ddf8af67eca5f2df01208829;hp=92a9345d7a6bdeaa26fc8ca64a72a9d3a4d0554e;hb=5013a8fe9733d7906daf046cd164bb2028a63fea;hpb=6fad8d02ef9ab12d5e178014a4c5c297e1707f23 diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 92a9345d7a6b..1eea3cff14c9 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -508,6 +508,23 @@ config SPI_DW_MMIO tristate "Memory-mapped io interface driver for DW SPI core" depends on SPI_DESIGNWARE && HAVE_CLK +config SPI_ROCKCHIP_CORE + tristate "ROCKCHIP SPI controller core support" + help + general driver for SPI controller core from ROCKCHIP + +config SPI_ROCKCHIP + tristate "ROCKCHIP SPI interface driver" + depends on SPI_ROCKCHIP_CORE + +config SPI_ROCKCHIP_DMA + bool "DMA support for ROCKCHIP SPI" + depends on SPI_ROCKCHIP + +config SPI_ROCKCHIP_TEST + bool "ROCKCHIP spi test code" + depends on SPI_ROCKCHIP + # # There are lots of SPI device types, with sensors and memory # being probably the most widely used ones.