summaryrefslogtreecommitdiffstats
path: root/config/busybox/textutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/busybox/textutils/Config.in')
-rw-r--r--config/busybox/textutils/Config.in121
1 files changed, 121 insertions, 0 deletions
diff --git a/config/busybox/textutils/Config.in b/config/busybox/textutils/Config.in
new file mode 100644
index 000000000..a1b87f779
--- /dev/null
+++ b/config/busybox/textutils/Config.in
@@ -0,0 +1,121 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+menu "Text Utilities"
+ depends on BUSYBOX
+
+config BB_CONFIG_CAT
+ bool "cat"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_CMP
+ bool "cmp"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_CUT
+ bool "cut"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_DOS2UNIX
+ bool "dos2unix/unix2dos"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_HEAD
+ bool "head"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_LENGTH
+ bool "length"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_MD5SUM
+ bool "md5sum"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_OD
+ bool "od"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_SORT
+ bool "sort"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_FEATURE_SORT_REVERSE
+ bool " Enable reverse sort"
+ default y
+ depends on BB_CONFIG_SORT
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_FEATURE_SORT_UNIQUE
+ bool " Enable unique sort"
+ default y
+ depends on BB_CONFIG_SORT
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_TAIL
+ bool "tail"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_FEATURE_FANCY_TAIL
+ bool " Enable extra tail options (-c, -q, -s, and -v)"
+ default y
+ depends on BB_CONFIG_TAIL
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_TR
+ bool "tr"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_UNIQ
+ bool "uniq"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_UUDECODE
+ bool "uudecode"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_UUENCODE
+ bool "uuencode"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_WC
+ bool "wc"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+endmenu
+