diff --git a/arch/README.txt b/arch/README.txt index 07d11b9b38e..4b03a020e8a 100644 --- a/arch/README.txt +++ b/arch/README.txt @@ -137,6 +137,7 @@ defconfig -- This is a configuration file similar to the Linux descriptors (one for each open) CONFIG_NFILE_STREAMS - The maximum number of streams that can be fopen'ed + CONFIG_NAME_MAX - The maximum size of a file name. CONFIG_STDIO_BUFFER_SIZE - Size of the buffer to allocate on fopen. (Only if CONFIG_NFILE_STREAMS > 0) CONFIG_NUNGET_CHARS - Number of characters that can be diff --git a/arch/c5471/defconfig b/arch/c5471/defconfig index 641f1ca5489..7ebb81587d5 100644 --- a/arch/c5471/defconfig +++ b/arch/c5471/defconfig @@ -191,6 +191,7 @@ CONFIG_RRLOAD_BINARY=y # descriptors (one for each open) # CONFIG_NFILE_STREAMS - The maximum number of streams that # can be fopen'ed +# CONFIG_NAME_MAX - The maximum size of a file name. # CONFIG_STDIO_BUFFER_SIZE - Size of the buffer to allocate # on fopen. (Only if CONFIG_NFILE_STREAMS > 0) # CONFIG_NUNGET_CHARS - Number of characters that can be @@ -212,6 +213,7 @@ CONFIG_MAX_TASK_ARGS=4 CONFIG_NPTHREAD_KEYS=4 CONFIG_NFILE_DESCRIPTORS=32 CONFIG_NFILE_STREAMS=16 +CONFIG_NAME_MAX=32 CONFIG_STDIO_BUFFER_SIZE=1024 CONFIG_NUNGET_CHARS=2 CONFIG_PREALLOC_MQ_MSGS=32 diff --git a/arch/pjrc-8051/defconfig b/arch/pjrc-8051/defconfig index 789bd79c954..28925eec54d 100644 --- a/arch/pjrc-8051/defconfig +++ b/arch/pjrc-8051/defconfig @@ -185,6 +185,7 @@ CONFIG_RRLOAD_BINARY=n # descriptors (one for each open) # CONFIG_NFILE_STREAMS - The maximum number of streams that # can be fopen'ed +# CONFIG_NAME_MAX - The maximum size of a file name. # CONFIG_STDIO_BUFFER_SIZE - Size of the buffer to allocate # on fopen. (Only if CONFIG_NFILE_STREAMS > 0) # CONFIG_NUNGET_CHARS - Number of characters that can be @@ -206,6 +207,7 @@ CONFIG_MAX_TASK_ARGS=4 CONFIG_NPTHREAD_KEYS=0 CONFIG_NFILE_DESCRIPTORS=0 CONFIG_NFILE_STREAMS=0 +CONFIG_NAME_MAX=32 CONFIG_STDIO_BUFFER_SIZE=0 CONFIG_NUNGET_CHARS=0 CONFIG_PREALLOC_MQ_MSGS=0 diff --git a/arch/sim/defconfig b/arch/sim/defconfig index 7ec6f01d35e..bff4ac404c8 100644 --- a/arch/sim/defconfig +++ b/arch/sim/defconfig @@ -151,6 +151,7 @@ CONFIG_RRLOAD_BINARY=n # descriptors (one for each open) # CONFIG_NFILE_STREAMS - The maximum number of streams that # can be fopen'ed +# CONFIG_NAME_MAX - The maximum size of a file name. # CONFIG_STDIO_BUFFER_SIZE - Size of the buffer to allocate # on fopen. (Only if CONFIG_NFILE_STREAMS > 0) # CONFIG_NUNGET_CHARS - Number of characters that can be @@ -172,6 +173,7 @@ CONFIG_MAX_TASK_ARGS=4 CONFIG_NPTHREAD_KEYS=4 CONFIG_NFILE_DESCRIPTORS=32 CONFIG_NFILE_STREAMS=16 +CONFIG_NAME_MAX=32 CONFIG_STDIO_BUFFER_SIZE=1024 CONFIG_NUNGET_CHARS=2 CONFIG_PREALLOC_MQ_MSGS=32