aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/Config.src
diff options
context:
space:
mode:
authorSven-Göran Bergh <sgb@systemasis.org>2013-07-31 15:57:59 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2013-07-31 15:57:59 +0200
commit15d0a860e99307d50165588fa6cbb15cfc405e07 (patch)
tree1ddcd8c5784473eddef2fe36ee59aa340890ed87 /util-linux/volume_id/Config.src
parent3b45801dc6e3484ffb2a86958fce587974842c6b (diff)
downloadbusybox-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.gz
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.src15
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 @@
+#
+# 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