From: Vignesh R Date: Wed, 7 Nov 2018 10:39:26 +0000 (+0530) Subject: spi: Kconfig: Enable McSPI driver for K3 platforms X-Git-Tag: v5.4-rc1~2002^2~1^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81df42d10457d3aef5321e9772c8eef173adf7f7;p=platform%2Fkernel%2Flinux-rpi.git spi: Kconfig: Enable McSPI driver for K3 platforms Enable McSPI driver to be built for K3 platforms, to support McSPI on AM654 SoC of K3 family. Signed-off-by: Vignesh R Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 91d45c9..b9be21c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -435,7 +435,7 @@ config SPI_OMAP_UWIRE config SPI_OMAP24XX tristate "McSPI driver for OMAP" - depends on ARCH_OMAP2PLUS || COMPILE_TEST + depends on ARCH_OMAP2PLUS || ARCH_K3 || COMPILE_TEST select SG_SPLIT help SPI master controller for OMAP24XX and later Multichannel SPI