15d0a860e9
Config instructions for util-linux/volume_id are moved into the source files according to the new config feature. No code change. Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see scripts/kbuild/config-language.txt.
|
|
#
|
|
|
|
config VOLUMEID
|
|
bool #No description makes it a hidden option
|
|
default n
|
|
|
|
menu "Filesystem/Volume identification"
|
|
depends on VOLUMEID
|
|
|
|
INSERT
|
|
|
|
endmenu
|