summaryrefslogtreecommitdiffstats
path: root/config/busybox/console-tools/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/busybox/console-tools/Config.in')
-rw-r--r--config/busybox/console-tools/Config.in69
1 files changed, 69 insertions, 0 deletions
diff --git a/config/busybox/console-tools/Config.in b/config/busybox/console-tools/Config.in
new file mode 100644
index 000000000..f5f1c937e
--- /dev/null
+++ b/config/busybox/console-tools/Config.in
@@ -0,0 +1,69 @@
+#
+# For a description of the syntax of this configuration file,
+# see scripts/kbuild/config-language.txt.
+#
+
+menu "Console Utilities"
+ depends on BUSYBOX
+
+config BB_CONFIG_CHVT
+ bool "chvt"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_CLEAR
+ bool "clear"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_DEALLOCVT
+ bool "deallocvt"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_DUMPKMAP
+ bool "dumpkmap"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_LOADACM
+ bool "loadacm"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_LOADFONT
+ bool "loadfont"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_LOADKMAP
+ bool "loadkmap"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_OPENVT
+ bool "openvt"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_RESET
+ bool "reset"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+config BB_CONFIG_SETKEYCODES
+ bool "setkeycodes"
+ default n
+ help
+ Please submit a patch to add help text for this item.
+
+endmenu