mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
sched/Kconfig: add PATH_MAX config
This commit is contained in:
@@ -1116,6 +1116,12 @@ config NAME_MAX
|
|||||||
---help---
|
---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
|
endmenu # Files and I/O
|
||||||
|
|
||||||
menuconfig PRIORITY_INHERITANCE
|
menuconfig PRIORITY_INHERITANCE
|
||||||
|
|||||||
Reference in New Issue
Block a user