sched/Kconfig: add PATH_MAX config
This commit is contained in:
parent
c65d8e6a23
commit
52484b1b8c
1 changed files with 7 additions and 1 deletions
|
|
@ -1114,7 +1114,13 @@ config NAME_MAX
|
|||
int "Maximum size of a file name"
|
||||
default 32
|
||||
---help---
|
||||
The maximum size of a file name.
|
||||
The maximum size of a file name.
|
||||
|
||||
config PATH_MAX
|
||||
int "Maximum size of path name"
|
||||
default 256
|
||||
---help---
|
||||
The maximum size of path name.
|
||||
|
||||
endmenu # Files and I/O
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue