Config.in 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see scripts/kbuild/config-language.txt.
  4. #
  5. menu "Editors"
  6. config BUSYBOX_AWK
  7. bool "awk"
  8. default y
  9. help
  10. Awk is used as a pattern scanning and processing language. This is
  11. the BusyBox implementation of that programming language.
  12. config BUSYBOX_FEATURE_AWK_LIBM
  13. bool "Enable math functions (requires libm)"
  14. default n
  15. depends on BUSYBOX_AWK
  16. help
  17. Enable math functions of the Awk programming language.
  18. NOTE: This will require libm to be present for linking.
  19. config BUSYBOX_CMP
  20. bool "cmp"
  21. default n
  22. help
  23. cmp is used to compare two files and returns the result
  24. to standard output.
  25. config BUSYBOX_DIFF
  26. bool "diff"
  27. depends on !ADK_PACKAGE_DIFFUTILS
  28. default n
  29. help
  30. diff compares two files or directories and outputs the
  31. differences between them in a form that can be given to
  32. the patch command.
  33. config BUSYBOX_FEATURE_DIFF_LONG_OPTIONS
  34. bool "Enable long options"
  35. default n
  36. depends on BUSYBOX_DIFF && BUSYBOX_LONG_OPTS
  37. help
  38. Enable use of long options.
  39. config BUSYBOX_FEATURE_DIFF_DIR
  40. bool "Enable directory support"
  41. default y
  42. depends on BUSYBOX_DIFF
  43. help
  44. This option enables support for directory and subdirectory
  45. comparison.
  46. config BUSYBOX_ED
  47. bool "ed"
  48. default n
  49. help
  50. The original 1970's Unix text editor, from the days of teletypes.
  51. Small, simple, evil. Part of SUSv3. If you're not already using
  52. this, you don't need it.
  53. config BUSYBOX_PATCH
  54. bool "patch"
  55. depends on !ADK_PACKAGE_PATCH
  56. default n
  57. help
  58. Apply a unified diff formatted patch.
  59. config BUSYBOX_SED
  60. bool "sed"
  61. depends on !ADK_PACKAGE_SED
  62. default y
  63. help
  64. sed is used to perform text transformations on a file
  65. or input from a pipeline.
  66. config BUSYBOX_VI
  67. bool "vi"
  68. depends on !ADK_PACKAGE_VIM
  69. default y
  70. help
  71. 'vi' is a text editor. More specifically, it is the One True
  72. text editor <grin>. It does, however, have a rather steep
  73. learning curve. If you are not already comfortable with 'vi'
  74. you may wish to use something else.
  75. config BUSYBOX_FEATURE_VI_MAX_LEN
  76. int "Maximum screen width in vi"
  77. range 256 16384
  78. default 4096
  79. depends on BUSYBOX_VI
  80. help
  81. Contrary to what you may think, this is not eating much.
  82. Make it smaller than 4k only if you are very limited on memory.
  83. config BUSYBOX_FEATURE_VI_8BIT
  84. bool "Allow vi to display 8-bit chars (otherwise shows dots)"
  85. default y
  86. depends on BUSYBOX_VI
  87. help
  88. If your terminal can display characters with high bit set,
  89. you may want to enable this. Note: vi is not Unicode-capable.
  90. If your terminal combines several 8-bit bytes into one character
  91. (as in Unicode mode), this will not work properly.
  92. config BUSYBOX_FEATURE_VI_COLON
  93. bool "Enable \":\" colon commands (no \"ex\" mode)"
  94. default y
  95. depends on BUSYBOX_VI
  96. help
  97. Enable a limited set of colon commands for vi. This does not
  98. provide an "ex" mode.
  99. config BUSYBOX_FEATURE_VI_YANKMARK
  100. bool "Enable yank/put commands and mark cmds"
  101. default y
  102. depends on BUSYBOX_VI
  103. help
  104. This will enable you to use yank and put, as well as mark in
  105. busybox vi.
  106. config BUSYBOX_FEATURE_VI_SEARCH
  107. bool "Enable search and replace cmds"
  108. default y
  109. depends on BUSYBOX_VI
  110. help
  111. Select this if you wish to be able to do search and replace in
  112. busybox vi.
  113. config BUSYBOX_FEATURE_VI_USE_SIGNALS
  114. bool "Catch signals"
  115. default y
  116. depends on BUSYBOX_VI
  117. help
  118. Selecting this option will make busybox vi signal aware. This will
  119. make busybox vi support SIGWINCH to deal with Window Changes, catch
  120. Ctrl-Z and Ctrl-C and alarms.
  121. config BUSYBOX_FEATURE_VI_DOT_CMD
  122. bool "Remember previous cmd and \".\" cmd"
  123. default y
  124. depends on BUSYBOX_VI
  125. help
  126. Make busybox vi remember the last command and be able to repeat it.
  127. config BUSYBOX_FEATURE_VI_READONLY
  128. bool "Enable -R option and \"view\" mode"
  129. default y
  130. depends on BUSYBOX_VI
  131. help
  132. Enable the read-only command line option, which allows the user to
  133. open a file in read-only mode.
  134. config BUSYBOX_FEATURE_VI_SETOPTS
  135. bool "Enable set-able options, ai ic showmatch"
  136. default y
  137. depends on BUSYBOX_VI
  138. help
  139. Enable the editor to set some (ai, ic, showmatch) options.
  140. config BUSYBOX_FEATURE_VI_SET
  141. bool "Support for :set"
  142. default y
  143. depends on BUSYBOX_VI
  144. help
  145. Support for ":set".
  146. config BUSYBOX_FEATURE_VI_WIN_RESIZE
  147. bool "Handle window resize"
  148. default y
  149. depends on BUSYBOX_VI
  150. help
  151. Make busybox vi behave nicely with terminals that get resized.
  152. config BUSYBOX_FEATURE_VI_OPTIMIZE_CURSOR
  153. bool "Optimize cursor movement"
  154. default y
  155. depends on BUSYBOX_VI
  156. help
  157. This will make the cursor movement faster, but requires more memory
  158. and it makes the applet a tiny bit larger.
  159. config BUSYBOX_FEATURE_ALLOW_EXEC
  160. bool "Allow vi and awk to execute shell commands"
  161. default y
  162. depends on BUSYBOX_VI || BUSYBOX_AWK
  163. help
  164. Enables vi and awk features which allows user to execute
  165. shell commands (using system() C call).
  166. endmenu