File tree Expand file tree Collapse file tree 4 files changed +781
-0
lines changed
include/linux/platform_data Expand file tree Collapse file tree 4 files changed +781
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,15 @@ config SPI_MESON_SPIFC
326326 This enables master mode support for the SPIFC (SPI flash
327327 controller) available in Amlogic Meson SoCs.
328328
329+ config SPI_MT65XX
330+ tristate "MediaTek SPI controller"
331+ depends on ARCH_MEDIATEK || COMPILE_TEST
332+ help
333+ This selects the MediaTek(R) SPI bus driver.
334+ If you want to use MediaTek(R) SPI interface,
335+ say Y or M here.If you are not sure, say N.
336+ SPI drivers for Mediatek MT65XX and MT81XX series ARM SoCs.
337+
329338config SPI_OC_TINY
330339 tristate "OpenCores tiny SPI"
331340 depends on GPIOLIB || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ obj-$(CONFIG_SPI_MESON_SPIFC) += spi-meson-spifc.o
4848obj-$(CONFIG_SPI_MPC512x_PSC) += spi-mpc512x-psc.o
4949obj-$(CONFIG_SPI_MPC52xx_PSC) += spi-mpc52xx-psc.o
5050obj-$(CONFIG_SPI_MPC52xx) += spi-mpc52xx.o
51+ obj-$(CONFIG_SPI_MT65XX) += spi-mt65xx.o
5152obj-$(CONFIG_SPI_MXS) += spi-mxs.o
5253obj-$(CONFIG_SPI_NUC900) += spi-nuc900.o
5354obj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o
You can’t perform that action at this time.
0 commit comments