diff options
author | Leilk Liu <leilk.liu@mediatek.com> | 2015-08-07 15:19:50 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-07 14:35:13 +0100 |
commit | a568231f463225eb31593f71446a267a03ae0528 (patch) | |
tree | 7057798991d11bfc84ac4c6aa9f448454a08123b /drivers/spi/Kconfig | |
parent | 0d850e7cdc69962e85abd7f7dcd2359f293f835a (diff) | |
download | linux-a568231f463225eb31593f71446a267a03ae0528.tar.gz linux-a568231f463225eb31593f71446a267a03ae0528.tar.bz2 linux-a568231f463225eb31593f71446a267a03ae0528.zip |
spi: mediatek: Add spi bus for Mediatek MT8173
This patch adds basic spi bus for MT8173.
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 0cae1694014d..38ddfba49d76 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -326,6 +326,15 @@ config SPI_MESON_SPIFC This enables master mode support for the SPIFC (SPI flash controller) available in Amlogic Meson SoCs. +config SPI_MT65XX + tristate "MediaTek SPI controller" + depends on ARCH_MEDIATEK || COMPILE_TEST + help + This selects the MediaTek(R) SPI bus driver. + If you want to use MediaTek(R) SPI interface, + say Y or M here.If you are not sure, say N. + SPI drivers for Mediatek MT65XX and MT81XX series ARM SoCs. + config SPI_OC_TINY tristate "OpenCores tiny SPI" depends on GPIOLIB || COMPILE_TEST |