Update menuconfig items with approximate applet sizes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-18 22:01:24 +02:00
parent 483405a9b0
commit 4eed2c6c50
303 changed files with 409 additions and 379 deletions

View File

@ -4,42 +4,42 @@
*/
//config:config UBIATTACH
//config: bool "ubiattach"
//config: bool "ubiattach (4.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Attach MTD device to an UBI device.
//config:
//config:config UBIDETACH
//config: bool "ubidetach"
//config: bool "ubidetach (4.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Detach MTD device from an UBI device.
//config:
//config:config UBIMKVOL
//config: bool "ubimkvol"
//config: bool "ubimkvol (5.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Create a UBI volume.
//config:
//config:config UBIRMVOL
//config: bool "ubirmvol"
//config: bool "ubirmvol (5.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Delete a UBI volume.
//config:
//config:config UBIRSVOL
//config: bool "ubirsvol"
//config: bool "ubirsvol (4.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Resize a UBI volume.
//config:
//config:config UBIUPDATEVOL
//config: bool "ubiupdatevol"
//config: bool "ubiupdatevol (5.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help