From: Patrice Chotard <patrice.chotard@xxxxxxxxxxx> Enable STM32 Octo Memory Manager (OMM) driver which is needed for OSPI usage on STM32 platforms. Signed-off-by: Patrice Chotard <patrice.chotard@xxxxxxxxxxx> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 246a13412bf0..28df37d1baa6 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -294,6 +294,7 @@ CONFIG_BLK_DEV_NVME=m CONFIG_QCOM_COINCELL=m CONFIG_QCOM_FASTRPC=m CONFIG_SRAM=y +CONFIG_STM32_OMM=m CONFIG_PCI_ENDPOINT_TEST=m CONFIG_EEPROM_AT24=m CONFIG_EEPROM_AT25=m -- 2.25.1