drivers: flash: octospi drivers for stm32h7 serie
With the introduction of the OSPI NOR flash controller the stm32H7 serie requires the HAL MDMA in anycase. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
08a9c295fa
commit
b165f10795
2 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,7 @@ config FLASH_STM32_OSPI
|
|||
default $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_OSPI_NOR))
|
||||
select USE_STM32_HAL_OSPI
|
||||
select USE_STM32_LL_DLYB if SOC_SERIES_STM32U5X
|
||||
select USE_STM32_HAL_MDMA if SOC_SERIES_STM32H7X
|
||||
select FLASH_HAS_DRIVER_ENABLED
|
||||
select FLASH_JESD216
|
||||
select FLASH_PAGE_LAYOUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue