summaryrefslogtreecommitdiffstats
path: root/config/busybox/console-tools/Config.in
diff options
context:
space:
mode:
authorJochen Striepe <jochen@tolot.escape.de>2003-04-24 08:06:31 +0000
committerJochen Striepe <jochen@tolot.escape.de>2003-04-24 08:06:31 +0000
commitf78a92fbe327ad766c8b79843c7a5f0977bff0b6 (patch)
treeda0bb169aaecfa4b53818f3a8477c6e3e3cc6e93 /config/busybox/console-tools/Config.in
parent08c95bb3c913a3e8f0dcba6a146cd016bf64aed5 (diff)
downloadptxdist-f78a92fbe327ad766c8b79843c7a5f0977bff0b6.tar.gz
ptxdist-f78a92fbe327ad766c8b79843c7a5f0977bff0b6.tar.xz
Initial revision
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@2 33e552b5-05e3-0310-8538-816dae2090ed
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