fs/procfs/Kconfig: Change the default value of FS_PROCFS_EXCLUDE_VERSION to n like other similar option.

This commit is contained in:
Xiang Xiao 2019-12-12 11:12:37 -06:00 committed by Gregory Nutt
parent eb2bcfc44f
commit 1d60bc20a9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ config FS_PROCFS_EXCLUDE_UPTIME
config FS_PROCFS_EXCLUDE_VERSION
bool "Exclude version"
default y
default n
config FS_PROCFS_EXCLUDE_CPULOAD
bool "Exclude CPU load"