aboutsummaryrefslogtreecommitdiff
path: root/debianutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'debianutils/Config.in')
-rw-r--r--debianutils/Config.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
new file mode 100644
index 000000000..9f6d840cf
--- /dev/null
+++ b/debianutils/Config.in
@@ -0,0 +1,33 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+menu "Debian Utilities"
+
+config CONFIG_MKTEMP
+ bool "mktemp"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config CONFIG_READLINK
+ bool "readlink"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config CONFIG_RUN_PARTS
+ bool "run-parts"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config CONFIG_WHICH
+ bool "which"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+endmenu
+