Config.in.tools 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. # always required from OpenADK
  2. config ADK_HOST_BUILD_HEIRLOOM_CPIO
  3. bool
  4. default y
  5. config ADK_HOST_BUILD_ADK_HELPER
  6. bool
  7. default y
  8. config ADK_HOST_BUILD_ELFTOAOUT
  9. bool
  10. default y if ADK_TARGET_ARCH_SPARC
  11. config ADK_HOST_BUILD_AUTOCONF
  12. bool
  13. default y
  14. config ADK_HOST_BUILD_AUTOMAKE
  15. bool
  16. default y
  17. config ADK_HOST_BUILD_BISON
  18. bool
  19. default y
  20. config ADK_HOST_BUILD_FLEX
  21. bool
  22. default y
  23. config ADK_HOST_BUILD_M4
  24. bool
  25. default y
  26. config ADK_HOST_BUILD_LIBTOOL
  27. bool
  28. default y
  29. config ADK_HOST_BUILD_LIBRESSL
  30. bool
  31. default n
  32. config ADK_HOST_BUILD_WGET
  33. bool
  34. default n
  35. # always required, but can be provided by host
  36. config ADK_HOST_BUILD_BASH
  37. bool
  38. default n
  39. config ADK_HOST_BUILD_BC
  40. bool
  41. select ADK_HOST_BUILD_FLEX
  42. default n
  43. config ADK_HOST_BUILD_BZIP2
  44. bool
  45. default n
  46. config ADK_HOST_BUILD_CMAKE
  47. bool
  48. default y if ADK_BUILD_COMPILER_LLVM
  49. default n
  50. config ADK_HOST_BUILD_FILE
  51. bool
  52. default n
  53. config ADK_HOST_BUILD_FINDUTILS
  54. bool
  55. default n
  56. config ADK_HOST_BUILD_GAWK
  57. bool
  58. default y if ADK_HOST_DARWIN
  59. default n
  60. config ADK_HOST_BUILD_GREP
  61. bool
  62. default n
  63. config ADK_HOST_BUILD_U_BOOT
  64. bool
  65. default n
  66. config ADK_HOST_BUILD_U_BOOT_XTENSA
  67. bool
  68. default y if ADK_TARGET_ARCH_XTENSA
  69. config ADK_HOST_BUILD_OPENOCD
  70. bool
  71. default n
  72. config ADK_HOST_BUILD_PATCH
  73. bool
  74. default n
  75. config ADK_HOST_BUILD_PKGCONF
  76. bool
  77. default n
  78. config ADK_HOST_BUILD_SED
  79. bool
  80. default n
  81. config ADK_HOST_BUILD_TAR
  82. bool
  83. default n
  84. config ADK_HOST_BUILD_XZ
  85. bool
  86. default n
  87. # optional, but can be provided by host
  88. config ADK_HOST_NEED_CCACHE
  89. bool
  90. default n
  91. config ADK_HOST_BUILD_CCACHE
  92. bool
  93. default n
  94. config ADK_HOST_NEED_CDRTOOLS
  95. bool
  96. default n
  97. config ADK_HOST_BUILD_CDRTOOLS
  98. bool
  99. default n
  100. config ADK_HOST_NEED_GENEXT2FS
  101. bool
  102. default n
  103. config ADK_HOST_BUILD_GENEXT2FS
  104. bool
  105. default n
  106. config ADK_HOST_NEED_LZ4
  107. bool
  108. default n
  109. config ADK_HOST_BUILD_LZ4
  110. bool
  111. default n
  112. config ADK_HOST_NEED_LZMA
  113. bool
  114. default n
  115. config ADK_HOST_BUILD_LZMA
  116. bool
  117. default n
  118. config ADK_HOST_NEED_LZOP
  119. bool
  120. default n
  121. config ADK_HOST_BUILD_LZIP
  122. bool
  123. default n
  124. config ADK_HOST_BUILD_LZOP
  125. bool
  126. default n
  127. config ADK_HOST_NEED_MKSH
  128. bool
  129. default n
  130. config ADK_HOST_BUILD_MKSH
  131. bool
  132. default n
  133. config ADK_HOST_NEED_QEMU
  134. bool
  135. default n
  136. config ADK_HOST_BUILD_QEMU
  137. bool
  138. default n
  139. config ADK_HOST_NEED_COREUTILS
  140. bool
  141. default y if ADK_TARGET_BOARD_BCM28XX
  142. default n
  143. config ADK_HOST_BUILD_COREUTILS
  144. bool
  145. default n
  146. config ADK_HOST_BUILD_UTIL_LINUX
  147. bool
  148. default n
  149. # optional, must be used from OpenADK
  150. config ADK_HOST_NEED_MTD_UTILS
  151. bool
  152. default n
  153. config ADK_HOST_BUILD_MTD_UTILS
  154. bool
  155. select ADK_HOST_BUILD_UTIL_LINUX
  156. default y if ADK_HOST_NEED_MTD_UTILS
  157. default n
  158. config ADK_HOST_BUILD_PATCHELF
  159. bool
  160. default n
  161. config ADK_HOST_NEED_OPKG
  162. bool
  163. default n
  164. config ADK_HOST_BUILD_OPKG
  165. bool
  166. default y if ADK_HOST_NEED_OPKG
  167. default n
  168. config ADK_HOST_NEED_SQUASHFS
  169. bool
  170. default n
  171. config ADK_HOST_BUILD_SQUASHFS
  172. bool
  173. select ADK_HOST_BUILD_XZ
  174. default y if ADK_HOST_NEED_SQUASHFS
  175. default n
  176. config ADK_HOST_NEED_SYSLINUX
  177. bool
  178. default n
  179. config ADK_HOST_BUILD_SYSLINUX
  180. bool
  181. default y if ADK_HOST_NEED_SYSLINUX
  182. default n
  183. config ADK_HOST_BUILD_PCRE
  184. bool
  185. default y if ADK_HOST_DARWIN
  186. default n
  187. config ADK_HOST_BUILD_KMOD
  188. bool
  189. default n
  190. source "target/config/Config.in.prereq"
  191. config ADK_COMPRESSION_TOOL
  192. string
  193. default "gzip -n9" if ADK_KERNEL_INITRAMFS_COMPRESSION_GZIP
  194. default "bzip2" if ADK_KERNEL_INITRAMFS_COMPRESSION_BZIP2
  195. default "xz -v --check=crc32 --lzma2=dict=1MiB" if ADK_KERNEL_INITRAMFS_COMPRESSION_XZ
  196. default "lz4c -l" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZ4
  197. default "lzma -9" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZMA
  198. default "lzop" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZO
  199. default "gzip -n9"
  200. help