CDC/AC: too man right parentheses if IFLOW_CONTROL enabled

This commit is contained in:
Gregory Nutt
2016-02-24 11:54:02 -06:00
parent d0c09771db
commit b6f5ffa9a8
3 changed files with 14 additions and 5 deletions
+9
View File
@@ -97,6 +97,9 @@ config FAT_FORCE_INDIRECT
N N N User memory can always be used for
transfer.
* CONFIG_DIRECT_RETRY cannot be selected with CONFIG_FORCE_INDIRECT
** CONFIG_DIRECT_RETRY is automatically selected with CONFIG_DMA_MEMORY
config FAT_DMAMEMORY
bool "DMA memory allocator"
default n
@@ -129,6 +132,9 @@ config FAT_DMAMEMORY
N N N User memory can always be used for
transfer.
* CONFIG_DIRECT_RETRY cannot be selected with CONFIG_FORCE_INDIRECT
** CONFIG_DIRECT_RETRY is automatically selected with CONFIG_DMA_MEMORY
config FAT_DIRECT_RETRY
bool "Direct transfer retry"
default y if FAT_DMAMEMORY
@@ -171,4 +177,7 @@ config FAT_DIRECT_RETRY
N N N User memory can always be used for
transfer.
* CONFIG_DIRECT_RETRY cannot be selected with CONFIG_FORCE_INDIRECT
** CONFIG_DIRECT_RETRY is automatically selected with CONFIG_DMA_MEMORY
endif # FAT