diff options
Diffstat (limited to 'fs/proc/Kconfig')
-rw-r--r-- | fs/proc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig index 523bfc094e42..08dce22afec1 100644 --- a/fs/proc/Kconfig +++ b/fs/proc/Kconfig @@ -85,6 +85,6 @@ config PROC_CHILDREN config PROC_UID bool "Include /proc/uid/ files" default y - depends on PROC_FS + depends on PROC_FS && RT_MUTEXES help Provides aggregated per-uid information under /proc/uid. |