Kinetis SDHC: May work queue dependencies clearer
This commit is contained in:
parent
9008308b64
commit
99d981c3fc
@ -77,8 +77,8 @@
|
|||||||
# warning "Large Non-DMA transfer may result in RX overrun failures"
|
# warning "Large Non-DMA transfer may result in RX overrun failures"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_SCHED_WORKQUEUE
|
#if !defined(CONFIG_SCHED_WORKQUEUE) || !defined(CONFIG_SCHED_HPWORK)
|
||||||
# error "Callback support requires CONFIG_SCHED_WORKQUEUE"
|
# error "Callback support requires CONFIG_SCHED_WORKQUEUE and CONFIG_SCHED_HPWORK"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_KINETIS_SDHC_PRIO
|
#ifndef CONFIG_KINETIS_SDHC_PRIO
|
||||||
@ -86,7 +86,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_KINETIS_SDHC_DMAPRIO
|
#ifndef CONFIG_KINETIS_SDHC_DMAPRIO
|
||||||
# define CONFIG_KINETIS_SDHC_DMAPRIO DMA_CCR_PRIMED
|
# define CONFIG_KINETIS_SDHC_DMAPRIO DMA_CCR_PRIMED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(CONFIG_DEBUG_FS) || !defined(CONFIG_DEBUG_VERBOSE)
|
#if !defined(CONFIG_DEBUG_FS) || !defined(CONFIG_DEBUG_VERBOSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user