STM32F7 and STML4: Ooops removed a little too much in the last commit.

This commit is contained in:
Gregory Nutt 2018-12-06 13:50:04 -06:00
parent 5832c150d7
commit 931a0dc8f4
2 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,7 @@
# error "Callback support requires CONFIG_SCHED_WORKQUEUE"
#endif
#ifdef CONFIG_STM32F7_SDMMC1
# ifdef CONFIG_STM32F7_SDMMC_DMA
# ifndef CONFIG_STM32F7_SDMMC1_DMAPRIO
# define CONFIG_STM32F7_SDMMC1_DMAPRIO DMA_SCR_PRIVERYHI
@ -137,6 +138,7 @@
# endif
#endif
#ifdef CONFIG_STM32F7_SDMMC2
# ifdef CONFIG_STM32F7_SDMMC_DMA
# ifndef CONFIG_STM32F7_SDMMC2_DMAPRIO
# define CONFIG_STM32F7_SDMMC2_DMAPRIO DMA_SCR_PRIVERYHI

View File

@ -115,6 +115,7 @@
# error "Callback support requires CONFIG_SCHED_WORKQUEUE"
#endif
#ifdef CONFIG_STM32L4_SDMMC1
# ifdef CONFIG_STM32L4_SDMMC_DMA
# ifndef CONFIG_STM32L4_SDMMC1_DMAPRIO
# define CONFIG_STM32L4_SDMMC1_DMAPRIO DMA_SCR_PRIVERYHI
@ -127,6 +128,7 @@
# endif
#endif
#ifdef CONFIG_STM32L4_SDMMC2
# ifdef CONFIG_STM32L4_SDMMC_DMA
# ifndef CONFIG_STM32L4_SDMMC2_DMAPRIO
# define CONFIG_STM32L4_SDMMC2_DMAPRIO DMA_SCR_PRIVERYHI