Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/console-tools/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 31  config DUMPKMAP Line 31  config DUMPKMAP
31    This program dumps the kernel's keyboard translation table to    This program dumps the kernel's keyboard translation table to
32    stdout, in binary format. You can then use loadkmap to load it.    stdout, in binary format. You can then use loadkmap to load it.
33    
34    config KBD_MODE
35     bool "kbd_mode"
36     default n
37     help
38      This program reports and sets keyboard mode.
39    
40  config LOADFONT  config LOADFONT
41   bool "loadfont"   bool "loadfont"
42   default n   default n
# Line 66  config RESIZE Line 72  config RESIZE
72    terminal.    terminal.
73    
74  config FEATURE_RESIZE_PRINT  config FEATURE_RESIZE_PRINT
75   bool "print environment variables"   bool "Print environment variables"
76   default n   default n
77   depends on RESIZE   depends on RESIZE
78   help   help
# Line 85  config SETCONSOLE Line 91  config SETCONSOLE
91  config FEATURE_SETCONSOLE_LONG_OPTIONS  config FEATURE_SETCONSOLE_LONG_OPTIONS
92   bool "Enable long options"   bool "Enable long options"
93   default n   default n
94   depends on SET_CONSOLE && GETOPT_LONG   depends on SETCONSOLE && GETOPT_LONG
95   help   help
96    Support long options for the setconsole applet.    Support long options for the setconsole applet.
97    
98    config SETFONT
99     bool "setfont"
100     default n
101     help
102      Allows to load console screen map. Useful for i18n.
103    
104    config FEATURE_SETFONT_TEXTUAL_MAP
105     bool "Support reading textual screen maps"
106     default n
107     depends on SETFONT
108     help
109      Support reading textual screen maps.
110    
111    config DEFAULT_SETFONT_DIR
112     string "Default directory for console-tools files"
113     default ""
114     depends on SETFONT
115     help
116      Directory to use if setfont's params are simple filenames
117      (not /path/to/file or ./file). Default is "" (no default directory).
118    
119  config SETKEYCODES  config SETKEYCODES
120   bool "setkeycodes"   bool "setkeycodes"
121   default n   default n
# Line 102  config SETLOGCONS Line 129  config SETLOGCONS
129   help   help
130    This program redirects the output console of kernel messages.    This program redirects the output console of kernel messages.
131    
132    config SHOWKEY
133     bool "showkey"
134     default n
135     help
136      Shows keys pressed.
137    
138  endmenu  endmenu

Legend:
Removed from v.815  
changed lines
  Added in v.816