diff options
author | Sven-Göran Bergh <sgb@systemasis.org> | 2013-07-31 15:57:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-31 15:57:59 +0200 |
commit | 15d0a860e99307d50165588fa6cbb15cfc405e07 (patch) | |
tree | 1ddcd8c5784473eddef2fe36ee59aa340890ed87 /util-linux/volume_id/Config.src | |
parent | 3b45801dc6e3484ffb2a86958fce587974842c6b (diff) | |
download | busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.gz busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.bz2 busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.zip |
volume_id: Adopt to new config style.
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>
Diffstat (limited to 'util-linux/volume_id/Config.src')
-rw-r--r-- | util-linux/volume_id/Config.src | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/util-linux/volume_id/Config.src b/util-linux/volume_id/Config.src new file mode 100644 index 000000000..ac208c9cc --- /dev/null +++ b/util-linux/volume_id/Config.src | |||
@@ -0,0 +1,15 @@ | |||
1 | # | ||
2 | # For a description of the syntax of this configuration file, | ||
3 | # see scripts/kbuild/config-language.txt. | ||
4 | # | ||
5 | |||
6 | config VOLUMEID | ||
7 | bool #No description makes it a hidden option | ||
8 | default n | ||
9 | |||
10 | menu "Filesystem/Volume identification" | ||
11 | depends on VOLUMEID | ||
12 | |||
13 | INSERT | ||
14 | |||
15 | endmenu | ||