From 52484b1b8c9ac288e97416b798d6d13a8145287c Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Tue, 11 Feb 2020 16:03:48 +0800 Subject: [PATCH] sched/Kconfig: add PATH_MAX config --- sched/Kconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sched/Kconfig b/sched/Kconfig index 8fcce874f1..1484cf00fb 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -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