diff options
author | Vignesh R <vigneshr@ti.com> | 2018-11-07 16:09:26 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-07 14:55:59 +0000 |
commit | 81df42d10457d3aef5321e9772c8eef173adf7f7 (patch) | |
tree | 34567bd04d19005c92983bf1edd8c38825caf77a /drivers/spi | |
parent | abc61f47a70f7c8331f00eff1ccb6557a9d4c224 (diff) |
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 <vigneshr@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 91d45c9ac439..b9be21cc07d2 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 |