diff options
author | Leilk Liu <leilk.liu@mediatek.com> | 2018-09-28 18:53:04 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-28 14:29:14 +0100 |
commit | 805be7ddf3677be1de2b10feea8f1d7a8b736d3e (patch) | |
tree | 1f1398f3ce6b1423392e326a251fa166956a9b11 /drivers/spi/Kconfig | |
parent | c0116e6b30473c7a75d33077bfd60f3b4eec7808 (diff) | |
download | linux-805be7ddf3677be1de2b10feea8f1d7a8b736d3e.tar.bz2 |
spi: mediatek: add spi slave for Mediatek MT2712
This patch adds basic spi slave for MT2712.
Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 7580eb76ab18..e6b430890f7a 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -596,6 +596,16 @@ config SPI_SIRF help SPI driver for CSR SiRFprimaII SoCs +config SPI_SLAVE_MT27XX + tristate "MediaTek SPI slave device" + depends on ARCH_MEDIATEK || COMPILE_TEST + depends on SPI_SLAVE + help + This selects the MediaTek(R) SPI slave device driver. + If you want to use MediaTek(R) SPI slave interface, + say Y or M here.If you are not sure, say N. + SPI slave drivers for Mediatek MT27XX series ARM SoCs. + config SPI_SPRD tristate "Spreadtrum SPI controller" depends on ARCH_SPRD || COMPILE_TEST |