aboutsummaryrefslogtreecommitdiff
path: root/console-tools/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
commit2f32bf8be63f70125049402ba43101d8c6083d46 (patch)
tree8d01d287b58308bbb0bc6748c27357fae0a7aa12 /console-tools/Config.src
parentf0f94700610eba964441ce4a112134e03c76eb89 (diff)
downloadbusybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz
busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.tar.bz2
busybox-w32-2f32bf8be63f70125049402ba43101d8c6083d46.zip
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools/Config.src')
-rw-r--r--console-tools/Config.src42
1 files changed, 21 insertions, 21 deletions
diff --git a/console-tools/Config.src b/console-tools/Config.src
index a7e995936..1a8e2e128 100644
--- a/console-tools/Config.src
+++ b/console-tools/Config.src
@@ -7,79 +7,79 @@ menu "Console Utilities"
7 7
8config CHVT 8config CHVT
9 bool "chvt" 9 bool "chvt"
10 default n 10 default y
11 help 11 help
12 This program is used to change to another terminal. 12 This program is used to change to another terminal.
13 Example: chvt 4 (change to terminal /dev/tty4) 13 Example: chvt 4 (change to terminal /dev/tty4)
14 14
15config FGCONSOLE 15config FGCONSOLE
16 bool "fgconsole" 16 bool "fgconsole"
17 default n 17 default y
18 help 18 help
19 This program prints active (foreground) console number. 19 This program prints active (foreground) console number.
20 20
21config CLEAR 21config CLEAR
22 bool "clear" 22 bool "clear"
23 default n 23 default y
24 help 24 help
25 This program clears the terminal screen. 25 This program clears the terminal screen.
26 26
27config DEALLOCVT 27config DEALLOCVT
28 bool "deallocvt" 28 bool "deallocvt"
29 default n 29 default y
30 help 30 help
31 This program deallocates unused virtual consoles. 31 This program deallocates unused virtual consoles.
32 32
33config DUMPKMAP 33config DUMPKMAP
34 bool "dumpkmap" 34 bool "dumpkmap"
35 default n 35 default y
36 help 36 help
37 This program dumps the kernel's keyboard translation table to 37 This program dumps the kernel's keyboard translation table to
38 stdout, in binary format. You can then use loadkmap to load it. 38 stdout, in binary format. You can then use loadkmap to load it.
39 39
40config KBD_MODE 40config KBD_MODE
41 bool "kbd_mode" 41 bool "kbd_mode"
42 default n 42 default y
43 help 43 help
44 This program reports and sets keyboard mode. 44 This program reports and sets keyboard mode.
45 45
46config LOADFONT 46config LOADFONT
47 bool "loadfont" 47 bool "loadfont"
48 default n 48 default y
49 help 49 help
50 This program loads a console font from standard input. 50 This program loads a console font from standard input.
51 51
52config LOADKMAP 52config LOADKMAP
53 bool "loadkmap" 53 bool "loadkmap"
54 default n 54 default y
55 help 55 help
56 This program loads a keyboard translation table from 56 This program loads a keyboard translation table from
57 standard input. 57 standard input.
58 58
59config OPENVT 59config OPENVT
60 bool "openvt" 60 bool "openvt"
61 default n 61 default y
62 help 62 help
63 This program is used to start a command on an unused 63 This program is used to start a command on an unused
64 virtual terminal. 64 virtual terminal.
65 65
66config RESET 66config RESET
67 bool "reset" 67 bool "reset"
68 default n 68 default y
69 help 69 help
70 This program is used to reset the terminal screen, if it 70 This program is used to reset the terminal screen, if it
71 gets messed up. 71 gets messed up.
72 72
73config RESIZE 73config RESIZE
74 bool "resize" 74 bool "resize"
75 default n 75 default y
76 help 76 help
77 This program is used to (re)set the width and height of your current 77 This program is used to (re)set the width and height of your current
78 terminal. 78 terminal.
79 79
80config FEATURE_RESIZE_PRINT 80config FEATURE_RESIZE_PRINT
81 bool "Print environment variables" 81 bool "Print environment variables"
82 default n 82 default y
83 depends on RESIZE 83 depends on RESIZE
84 help 84 help
85 Prints the newly set size (number of columns and rows) of 85 Prints the newly set size (number of columns and rows) of
@@ -89,27 +89,27 @@ config FEATURE_RESIZE_PRINT
89 89
90config SETCONSOLE 90config SETCONSOLE
91 bool "setconsole" 91 bool "setconsole"
92 default n 92 default y
93 help 93 help
94 This program redirects the system console to another device, 94 This program redirects the system console to another device,
95 like the current tty while logged in via telnet. 95 like the current tty while logged in via telnet.
96 96
97config FEATURE_SETCONSOLE_LONG_OPTIONS 97config FEATURE_SETCONSOLE_LONG_OPTIONS
98 bool "Enable long options" 98 bool "Enable long options"
99 default n 99 default y
100 depends on SETCONSOLE && LONG_OPTS 100 depends on SETCONSOLE && LONG_OPTS
101 help 101 help
102 Support long options for the setconsole applet. 102 Support long options for the setconsole applet.
103 103
104config SETFONT 104config SETFONT
105 bool "setfont" 105 bool "setfont"
106 default n 106 default y
107 help 107 help
108 Allows to load console screen map. Useful for i18n. 108 Allows to load console screen map. Useful for i18n.
109 109
110config FEATURE_SETFONT_TEXTUAL_MAP 110config FEATURE_SETFONT_TEXTUAL_MAP
111 bool "Support reading textual screen maps" 111 bool "Support reading textual screen maps"
112 default n 112 default y
113 depends on SETFONT 113 depends on SETFONT
114 help 114 help
115 Support reading textual screen maps. 115 Support reading textual screen maps.
@@ -124,20 +124,20 @@ config DEFAULT_SETFONT_DIR
124 124
125config SETKEYCODES 125config SETKEYCODES
126 bool "setkeycodes" 126 bool "setkeycodes"
127 default n 127 default y
128 help 128 help
129 This program loads entries into the kernel's scancode-to-keycode 129 This program loads entries into the kernel's scancode-to-keycode
130 map, allowing unusual keyboards to generate usable keycodes. 130 map, allowing unusual keyboards to generate usable keycodes.
131 131
132config SETLOGCONS 132config SETLOGCONS
133 bool "setlogcons" 133 bool "setlogcons"
134 default n 134 default y
135 help 135 help
136 This program redirects the output console of kernel messages. 136 This program redirects the output console of kernel messages.
137 137
138config SHOWKEY 138config SHOWKEY
139 bool "showkey" 139 bool "showkey"
140 default n 140 default y
141 help 141 help
142 Shows keys pressed. 142 Shows keys pressed.
143 143
@@ -146,14 +146,14 @@ comment "Common options for loadfont and setfont"
146 146
147config FEATURE_LOADFONT_PSF2 147config FEATURE_LOADFONT_PSF2
148 bool "Support for PSF2 console fonts" 148 bool "Support for PSF2 console fonts"
149 default n 149 default y
150 depends on LOADFONT || SETFONT 150 depends on LOADFONT || SETFONT
151 help 151 help
152 Support PSF2 console fonts. 152 Support PSF2 console fonts.
153 153
154config FEATURE_LOADFONT_RAW 154config FEATURE_LOADFONT_RAW
155 bool "Support for old (raw) console fonts" 155 bool "Support for old (raw) console fonts"
156 default n 156 default y
157 depends on LOADFONT || SETFONT 157 depends on LOADFONT || SETFONT
158 help 158 help
159 Support old (raw) console fonts. 159 Support old (raw) console fonts.