Update remaining menuconfig items with approximate applet sizes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-19 14:32:54 +02:00
parent a165603d24
commit ae178cee3d
25 changed files with 28 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config BLKDISCARD
//config: bool "blkdiscard"
//config: bool "blkdiscard (5.3 kb)"
//config: default y
//config: help
//config: blkdiscard discards sectors on a given device.

View File

@@ -6,7 +6,7 @@
*/
//config:config FALLOCATE
//config: bool "fallocate"
//config: bool "fallocate (5 kb)"
//config: default y
//config: help
//config: Preallocate space for files.

View File

@@ -8,7 +8,7 @@
*/
//config:config NSENTER
//config: bool "nsenter"
//config: bool "nsenter (8.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help

View File

@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config UNSHARE
//config: bool "unshare"
//config: bool "unshare (9.2 kb)"
//config: default y
//config: depends on !NOMMU
//config: select PLATFORM_LINUX