1
0

Config.in 4.8 KB

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