[PATCH] spi: imx: enable use for i.MX8MM and i.MX8MP

Ahmad Fatoum a.fatoum at pengutronix.de
Thu Jun 24 01:15:58 PDT 2021


All i.MX8M variants so far are compatible with the eCSPI peripheral of
the i.MX51, which corresponds to the CONFIG_DRIVER_SPI_IMX_2_3 symbol.
This symbol was so far only selected for the i.MX8MQ.

Enable it for the other i.MX8M variants as well.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 323d93efeb1a..91083ee70982 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -71,7 +71,7 @@ config DRIVER_SPI_IMX_0_7
 
 config DRIVER_SPI_IMX_2_3
 	bool
-	depends on ARCH_IMX50 || ARCH_IMX51 || ARCH_IMX53 || ARCH_IMX6 || ARCH_IMX7 || ARCH_IMX8MQ
+	depends on ARCH_IMX50 || ARCH_IMX51 || ARCH_IMX53 || ARCH_IMX6 || ARCH_IMX7 || ARCH_IMX8M
 	default y
 
 config DRIVER_SPI_MXS
-- 
2.29.2




More information about the barebox mailing list