fs/procfs/Kconfig: Change the default value of FS_PROCFS_EXCLUDE_VERSION to n like other similar option.
This commit is contained in:
parent
eb2bcfc44f
commit
1d60bc20a9
@ -80,7 +80,7 @@ config FS_PROCFS_EXCLUDE_UPTIME
|
|||||||
|
|
||||||
config FS_PROCFS_EXCLUDE_VERSION
|
config FS_PROCFS_EXCLUDE_VERSION
|
||||||
bool "Exclude version"
|
bool "Exclude version"
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config FS_PROCFS_EXCLUDE_CPULOAD
|
config FS_PROCFS_EXCLUDE_CPULOAD
|
||||||
bool "Exclude CPU load"
|
bool "Exclude CPU load"
|
||||||
|
Loading…
Reference in New Issue
Block a user