STM32 DMA Priority: Select the correct default for F1 and other family members

This commit is contained in:
Gregory Nutt 2013-10-18 14:13:53 -06:00
parent 1b3127149c
commit b661ba3e2a

View File

@ -2631,10 +2631,15 @@ config SDIO_PRI
config SDIO_DMAPRIO
hex "SDIO DMA priority"
default 0x00010000
depends on !STM32_STM32F10XX
default 0x00001000 if STM32_STM32F10XX
default 0x00010000 if !STM32_STM32F10XX
---help---
Select SDIO DMA prority. Options: 0x00000000 low, 0x00010000 medium,
Select SDIO DMA prority.
For STM32 F1 family, options are: 0x00000000 low, 0x00001000 medium,
0x00002000 high, 0x00003000 very high. Default: medium.
For other STM32's, options are: 0x00000000 low, 0x00010000 medium,
0x00020000 high, 0x00030000 very high. Default: medium.
config SDIO_WIDTH_D1_ONLY