diff options
| author | Patrice Chotard <[email protected]> | 2026-04-01 11:36:02 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2026-04-30 08:01:11 +0200 |
| commit | c8f7b41730b168c4eef63d9fb027db6a90985c19 (patch) | |
| tree | 3cf152e948d60f15da5898e8955578662141532b | |
| parent | 51678d9479ed117619d2675e4023911fabbeb6c4 (diff) | |
spi: add STM32MP23 OSPI support
Add STM32MP23 OSPI support.
Signed-off-by: Patrice Chotard <[email protected]>
| -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 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 |
