rpcd: iwinfo plugin fixes
[openwrt.git] / package / utils / busybox / config / console-tools / Config.in
1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
5 #
6
7 menu "Console Utilities"
8
9
10 config BUSYBOX_CONFIG_CHVT
11         bool "chvt"
12         default BUSYBOX_DEFAULT_CHVT
13         select BUSYBOX_CONFIG_PLATFORM_LINUX
14         help
15           This program is used to change to another terminal.
16           Example: chvt 4 (change to terminal /dev/tty4)
17
18 config BUSYBOX_CONFIG_FGCONSOLE
19         bool "fgconsole"
20         default BUSYBOX_DEFAULT_FGCONSOLE
21         select BUSYBOX_CONFIG_PLATFORM_LINUX
22         help
23           This program prints active (foreground) console number.
24
25 config BUSYBOX_CONFIG_CLEAR
26         bool "clear"
27         default BUSYBOX_DEFAULT_CLEAR
28         help
29           This program clears the terminal screen.
30
31 config BUSYBOX_CONFIG_DEALLOCVT
32         bool "deallocvt"
33         default BUSYBOX_DEFAULT_DEALLOCVT
34         select BUSYBOX_CONFIG_PLATFORM_LINUX
35         help
36           This program deallocates unused virtual consoles.
37
38 config BUSYBOX_CONFIG_DUMPKMAP
39         bool "dumpkmap"
40         default BUSYBOX_DEFAULT_DUMPKMAP
41         select BUSYBOX_CONFIG_PLATFORM_LINUX
42         help
43           This program dumps the kernel's keyboard translation table to
44           stdout, in binary format. You can then use loadkmap to load it.
45
46 config BUSYBOX_CONFIG_KBD_MODE
47         bool "kbd_mode"
48         default BUSYBOX_DEFAULT_KBD_MODE
49         select BUSYBOX_CONFIG_PLATFORM_LINUX
50         help
51           This program reports and sets keyboard mode.
52
53 config BUSYBOX_CONFIG_LOADFONT
54         bool "loadfont"
55         default BUSYBOX_DEFAULT_LOADFONT
56         select BUSYBOX_CONFIG_PLATFORM_LINUX
57         help
58           This program loads a console font from standard input.
59
60 config BUSYBOX_CONFIG_LOADKMAP
61         bool "loadkmap"
62         default BUSYBOX_DEFAULT_LOADKMAP
63         select BUSYBOX_CONFIG_PLATFORM_LINUX
64         help
65           This program loads a keyboard translation table from
66           standard input.
67
68 config BUSYBOX_CONFIG_OPENVT
69         bool "openvt"
70         default BUSYBOX_DEFAULT_OPENVT
71         select BUSYBOX_CONFIG_PLATFORM_LINUX
72         help
73           This program is used to start a command on an unused
74           virtual terminal.
75
76 config BUSYBOX_CONFIG_RESET
77         bool "reset"
78         default BUSYBOX_DEFAULT_RESET
79         help
80           This program is used to reset the terminal screen, if it
81           gets messed up.
82
83 config BUSYBOX_CONFIG_RESIZE
84         bool "resize"
85         default BUSYBOX_DEFAULT_RESIZE
86         help
87           This program is used to (re)set the width and height of your current
88           terminal.
89
90 config BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT
91         bool "Print environment variables"
92         default BUSYBOX_DEFAULT_FEATURE_RESIZE_PRINT
93         depends on BUSYBOX_CONFIG_RESIZE
94         help
95           Prints the newly set size (number of columns and rows) of
96           the terminal.
97           E.g.:
98           COLUMNS=80;LINES=44;export COLUMNS LINES;
99
100 config BUSYBOX_CONFIG_SETCONSOLE
101         bool "setconsole"
102         default BUSYBOX_DEFAULT_SETCONSOLE
103         select BUSYBOX_CONFIG_PLATFORM_LINUX
104         help
105           This program redirects the system console to another device,
106           like the current tty while logged in via telnet.
107
108 config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
109         bool "Enable long options"
110         default BUSYBOX_DEFAULT_FEATURE_SETCONSOLE_LONG_OPTIONS
111         depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_LONG_OPTS
112         help
113           Support long options for the setconsole applet.
114
115 config BUSYBOX_CONFIG_SETFONT
116         bool "setfont"
117         default BUSYBOX_DEFAULT_SETFONT
118         select BUSYBOX_CONFIG_PLATFORM_LINUX
119         help
120           Allows to load console screen map. Useful for i18n.
121
122 config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
123         bool "Support reading textual screen maps"
124         default BUSYBOX_DEFAULT_FEATURE_SETFONT_TEXTUAL_MAP
125         depends on BUSYBOX_CONFIG_SETFONT
126         help
127           Support reading textual screen maps.
128
129 config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
130         string "Default directory for console-tools files"
131         default BUSYBOX_DEFAULT_DEFAULT_SETFONT_DIR
132         depends on BUSYBOX_CONFIG_SETFONT
133         help
134           Directory to use if setfont's params are simple filenames
135           (not /path/to/file or ./file). Default is "" (no default directory).
136
137 config BUSYBOX_CONFIG_SETKEYCODES
138         bool "setkeycodes"
139         default BUSYBOX_DEFAULT_SETKEYCODES
140         select BUSYBOX_CONFIG_PLATFORM_LINUX
141         help
142           This program loads entries into the kernel's scancode-to-keycode
143           map, allowing unusual keyboards to generate usable keycodes.
144
145 config BUSYBOX_CONFIG_SETLOGCONS
146         bool "setlogcons"
147         default BUSYBOX_DEFAULT_SETLOGCONS
148         select BUSYBOX_CONFIG_PLATFORM_LINUX
149         help
150           This program redirects the output console of kernel messages.
151
152 config BUSYBOX_CONFIG_SHOWKEY
153         bool "showkey"
154         default BUSYBOX_DEFAULT_SHOWKEY
155         select BUSYBOX_CONFIG_PLATFORM_LINUX
156         help
157           Shows keys pressed.
158
159 comment "Common options for loadfont and setfont"
160         depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
161
162 config BUSYBOX_CONFIG_FEATURE_LOADFONT_PSF2
163         bool "Support for PSF2 console fonts"
164         default BUSYBOX_DEFAULT_FEATURE_LOADFONT_PSF2
165         depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
166         help
167           Support PSF2 console fonts.
168
169 config BUSYBOX_CONFIG_FEATURE_LOADFONT_RAW
170         bool "Support for old (raw) console fonts"
171         default BUSYBOX_DEFAULT_FEATURE_LOADFONT_RAW
172         depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
173         help
174           Support old (raw) console fonts.
175
176 endmenu