libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA

While at it, tweak some config help texts.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-07-20 23:28:00 +02:00
parent ad37abf423
commit 75d151e31d
8 changed files with 15 additions and 26 deletions

View File

@@ -20,7 +20,7 @@
//config: depends on AWK
//config: help
//config: Enable math functions of the Awk programming language.
//config: NOTE: This will require libm to be present for linking.
//config: NOTE: This requires libm to be present for linking.
//config:
//config:config FEATURE_AWK_GNU_EXTENSIONS
//config: bool "Enable a few GNU extensions"

View File

@@ -61,7 +61,7 @@
//config: default y
//config: depends on VI
//config: help
//config: This will enable you to use yank and put, as well as mark.
//config: This enables you to use yank and put, as well as mark.
//config:
//config:config FEATURE_VI_SEARCH
//config: bool "Enable search and replace cmds"