aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/Config.src
diff options
context:
space:
mode:
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