mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Update Kconfig help comments
This commit is contained in:
+1
-1
Submodule arch updated: 50415398b1...6e6f7947bc
@@ -83,6 +83,20 @@ config FAT_FORCE_INDIRECT
|
||||
without CONFIG_FAT_DMAMEMORY if there is, for example, only a
|
||||
memory aligment constraints.
|
||||
|
||||
FORCE_ DMA DIRECT EXAMPLE USAGE
|
||||
INDIRECT MEMORY RETRY
|
||||
Y Y * Use specially allocated memory;
|
||||
Never use caller provided buffer
|
||||
Y N * Not recommended
|
||||
N Y ** Special memory required; user memory
|
||||
has mixed capability; sometimes
|
||||
caller memory is not usable
|
||||
N N Y No special memory but there are
|
||||
alignment requirements; return is
|
||||
caller buffer is not properly aligned
|
||||
N N N User memory can always be used for
|
||||
transfer.
|
||||
|
||||
config FAT_DMAMEMORY
|
||||
bool "DMA memory allocator"
|
||||
default n
|
||||
@@ -101,6 +115,20 @@ config FAT_DMAMEMORY
|
||||
corresponding function that will be called to free the DMA-capable
|
||||
memory.
|
||||
|
||||
FORCE_ DMA DIRECT EXAMPLE USAGE
|
||||
INDIRECT MEMORY RETRY
|
||||
Y Y * Use specially allocated memory;
|
||||
Never use caller provided buffer
|
||||
Y N * Not recommended
|
||||
N Y ** Special memory required; user memory
|
||||
has mixed capability; sometimes
|
||||
caller memory is not usable
|
||||
N N Y No special memory but there are
|
||||
alignment requirements; return is
|
||||
caller buffer is not properly aligned
|
||||
N N N User memory can always be used for
|
||||
transfer.
|
||||
|
||||
config FAT_DIRECT_RETRY
|
||||
bool "Direct transfer retry"
|
||||
default y if FAT_DMAMEMORY
|
||||
@@ -129,4 +157,18 @@ config FAT_DIRECT_RETRY
|
||||
transfer fails with -EFAULT. then the FAT file system will try one
|
||||
more time using the internal sector buffers.
|
||||
|
||||
FORCE_ DMA DIRECT EXAMPLE USAGE
|
||||
INDIRECT MEMORY RETRY
|
||||
Y Y * Use specially allocated memory;
|
||||
Never use caller provided buffer
|
||||
Y N * Not recommended
|
||||
N Y ** Special memory required; user memory
|
||||
has mixed capability; sometimes
|
||||
caller memory is not usable
|
||||
N N Y No special memory but there are
|
||||
alignment requirements; return is
|
||||
caller buffer is not properly aligned
|
||||
N N N User memory can always be used for
|
||||
transfer.
|
||||
|
||||
endif # FAT
|
||||
|
||||
Reference in New Issue
Block a user