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 @@
1#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Debian Utilities"
7
8config CONFIG_MKTEMP
9 bool "mktemp"
10 default n
11 help
12 Please submit a patch to add help text for this item.
13
14config CONFIG_READLINK
15 bool "readlink"
16 default n
17 help
18 Please submit a patch to add help text for this item.
19
20config CONFIG_RUN_PARTS
21 bool "run-parts"
22 default n
23 help
24 Please submit a patch to add help text for this item.
25
26config CONFIG_WHICH
27 bool "which"
28 default n
29 help
30 Please submit a patch to add help text for this item.
31
32endmenu
33