The i.MX9 flexspi is compatible to the one on i.MX8mm, just add the necessary Kconfig dependency. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e37c7821fb..445c756a38 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -112,7 +112,7 @@ config DRIVER_SPI_STM32 config SPI_NXP_FLEXSPI tristate "NXP Flex SPI controller" - depends on ARCH_IMX8M || COMPILE_TEST + depends on ARCH_IMX8M || ARCH_IMX93 || COMPILE_TEST help This enables support for the Flex SPI controller in master mode. Up to four slave devices can be connected on two buses with two -- 2.39.2