Big cleanup in config help and description
Redundant help texts (one which only repeats the description) are deleted. Descriptions and help texts are trimmed. Some config options are moved, even across menus. No config option _names_ are changed. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_UBIFS) += ubifs.o
|
||||
|
||||
//config:
|
||||
//config:config FEATURE_VOLUMEID_UBIFS
|
||||
//config: bool "UBIFS filesystem"
|
||||
//config: default y
|
||||
@@ -16,7 +15,6 @@
|
||||
//config: help
|
||||
//config: UBIFS (Unsorted Block Image File System) is a file
|
||||
//config: system for use with raw flash memory media.
|
||||
//config:
|
||||
|
||||
#include "volume_id_internal.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user