From c8f7b41730b168c4eef63d9fb027db6a90985c19 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Wed, 1 Apr 2026 11:36:02 +0200 Subject: [PATCH] spi: add STM32MP23 OSPI support Add STM32MP23 OSPI support. Signed-off-by: Patrice Chotard --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4ff17617d99..cfbedd64c4c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -565,7 +565,7 @@ config SPI_SUNXI config STM32_OSPI bool "STM32MP2 OSPI driver" - depends on STM32MP25X && STM32_OMM + depends on (STM32MP23X || STM32MP25X) && STM32_OMM help Enable the STM32MP2 Octo-SPI (OSPI) driver. This driver can be used to access the SPI NOR flash chips on platforms embedding