Config.in.tools 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. # always required from OpenADK
  2. config ADK_HOST_BUILD_ADK_HELPER
  3. bool
  4. default y
  5. config ADK_HOST_BUILD_ELFTOAOUT
  6. bool
  7. default y if ADK_TARGET_ARCH_SPARC
  8. config ADK_HOST_BUILD_AUTOCONF
  9. bool
  10. default y
  11. config ADK_HOST_BUILD_AUTOMAKE
  12. bool
  13. default y
  14. config ADK_HOST_BUILD_BISON
  15. bool
  16. default y
  17. config ADK_HOST_BUILD_DTC
  18. bool
  19. default n
  20. config ADK_HOST_BUILD_FAKEROOT
  21. bool
  22. default n
  23. config ADK_HOST_BUILD_FLEX
  24. bool
  25. default y
  26. config ADK_HOST_BUILD_M4
  27. bool
  28. default y
  29. config ADK_HOST_BUILD_LIBTOOL
  30. bool
  31. default y
  32. config ADK_HOST_BUILD_LIBRESSL
  33. bool
  34. default n
  35. config ADK_HOST_BUILD_PKGCONF
  36. bool
  37. default y
  38. config ADK_HOST_BUILD_WGET
  39. bool
  40. default n
  41. # always required, but can be provided by host
  42. config ADK_HOST_BUILD_BASH
  43. bool
  44. default n
  45. config ADK_HOST_BUILD_BC
  46. bool
  47. select ADK_HOST_BUILD_FLEX
  48. default n
  49. config ADK_HOST_BUILD_BZIP2
  50. bool
  51. default n
  52. config ADK_HOST_BUILD_CMAKE
  53. bool
  54. default y if ADK_BUILD_COMPILER_LLVM
  55. default n
  56. config ADK_HOST_BUILD_CPIO
  57. bool
  58. default n
  59. config ADK_HOST_BUILD_ETRAX_TOOLS
  60. bool
  61. default y if ADK_TARGET_SYSTEM_FOXBOARD_LX832
  62. default n
  63. config ADK_HOST_BUILD_FILE
  64. bool
  65. default n
  66. config ADK_HOST_BUILD_FINDUTILS
  67. bool
  68. default n
  69. config ADK_HOST_BUILD_GAWK
  70. bool
  71. default y if ADK_HOST_DARWIN
  72. default n
  73. config ADK_HOST_BUILD_OBJCONV
  74. bool
  75. default y if ADK_HOST_DARWIN
  76. default n
  77. config ADK_HOST_BUILD_GREP
  78. bool
  79. default n
  80. config ADK_HOST_BUILD_U_BOOT
  81. bool
  82. depends on !ADK_TARGET_ARCH_H8300
  83. default y if ADK_HOST_NEED_UBOOT
  84. default n
  85. config ADK_HOST_BUILD_U_BOOT_H8300
  86. bool
  87. depends on ADK_TARGET_ARCH_H8300
  88. default y if ADK_HOST_NEED_UBOOT
  89. default n
  90. config ADK_HOST_BUILD_OPENOCD
  91. bool
  92. default n
  93. config ADK_HOST_BUILD_PATCH
  94. bool
  95. default n
  96. config ADK_HOST_BUILD_RSYNC
  97. bool
  98. default n
  99. config ADK_HOST_BUILD_SED
  100. bool
  101. default n
  102. config ADK_HOST_BUILD_STLINK
  103. bool
  104. default n
  105. config ADK_HOST_BUILD_TAR
  106. bool
  107. default n
  108. config ADK_HOST_BUILD_XZ
  109. bool
  110. default n
  111. # optional, but can be provided by host
  112. config ADK_HOST_BUILD_DOSFSTOOLS
  113. bool
  114. default n
  115. config ADK_HOST_BUILD_E2FSPROGS
  116. bool
  117. default n
  118. config ADK_HOST_BUILD_GPTFDISK
  119. bool
  120. default n
  121. config ADK_HOST_BUILD_MKE2IMG
  122. bool
  123. default n
  124. config ADK_HOST_BUILD_MTOOLS
  125. bool
  126. default n
  127. config ADK_HOST_BUILD_GENIMAGE
  128. bool
  129. select ADK_HOST_BUILD_MKE2IMG
  130. select ADK_HOST_BUILD_MTOOLS
  131. select ADK_HOST_BUILD_GENEXT2FS
  132. select ADK_HOST_BUILD_GPTFDISK
  133. select ADK_HOST_BUILD_E2FSPROGS
  134. select ADK_HOST_BUILD_DOSFSTOOLS
  135. default n
  136. config ADK_HOST_BUILD_CCACHE
  137. bool
  138. default n
  139. config ADK_HOST_NEED_CDRTOOLS
  140. bool
  141. default n
  142. config ADK_HOST_BUILD_CDRTOOLS
  143. bool
  144. default n
  145. config ADK_HOST_NEED_GENEXT2FS
  146. bool
  147. default n
  148. config ADK_HOST_BUILD_GENEXT2FS
  149. bool
  150. default n
  151. config ADK_HOST_NEED_LZ4
  152. bool
  153. default n
  154. config ADK_HOST_BUILD_LZ4
  155. bool
  156. default n
  157. config ADK_HOST_NEED_LZMA
  158. bool
  159. default n
  160. config ADK_HOST_BUILD_LZMA
  161. bool
  162. default n
  163. config ADK_HOST_NEED_LZOP
  164. bool
  165. default n
  166. config ADK_HOST_BUILD_LZIP
  167. bool
  168. default n
  169. config ADK_HOST_BUILD_LZOP
  170. bool
  171. default n
  172. config ADK_HOST_NEED_MKSH
  173. bool
  174. default n
  175. config ADK_HOST_BUILD_MKSH
  176. bool
  177. default n
  178. config ADK_HOST_NEED_QEMU
  179. bool
  180. default n
  181. config ADK_HOST_BUILD_QEMU
  182. bool
  183. default n
  184. config ADK_HOST_BUILD_COREUTILS
  185. bool
  186. default n
  187. config ADK_HOST_BUILD_UTIL_LINUX
  188. bool
  189. default n
  190. # optional, must be used from OpenADK
  191. config ADK_HOST_NEED_MTD_UTILS
  192. bool
  193. default n
  194. config ADK_HOST_BUILD_MTD_UTILS
  195. bool
  196. select ADK_HOST_BUILD_UTIL_LINUX
  197. default y if ADK_HOST_NEED_MTD_UTILS
  198. default n
  199. config ADK_HOST_NEED_KERNEL2MINOR
  200. bool
  201. default n
  202. config ADK_HOST_BUILD_KERNEL2MINOR
  203. bool
  204. default y if ADK_HOST_NEED_KERNEL2MINOR
  205. default n
  206. config ADK_HOST_BUILD_PATCHELF
  207. bool
  208. default n
  209. config ADK_HOST_NEED_OPKG
  210. bool
  211. default n
  212. config ADK_HOST_BUILD_OPKG
  213. bool
  214. default y if ADK_HOST_NEED_OPKG
  215. default n
  216. config ADK_HOST_NEED_SQUASHFS
  217. bool
  218. default n
  219. config ADK_HOST_BUILD_SQUASHFS
  220. bool
  221. select ADK_HOST_BUILD_XZ
  222. default y if ADK_HOST_NEED_SQUASHFS
  223. default n
  224. config ADK_HOST_NEED_SYSLINUX
  225. bool
  226. default n
  227. config ADK_HOST_BUILD_SYSLINUX
  228. bool
  229. default y if ADK_HOST_NEED_SYSLINUX
  230. default n
  231. config ADK_HOST_BUILD_PCRE
  232. bool
  233. default y if ADK_HOST_DARWIN
  234. default n
  235. config ADK_HOST_BUILD_KMOD
  236. bool
  237. default n
  238. config ADK_HOST_NEED_U_BOOT
  239. bool
  240. default n
  241. source "target/config/Config.in.prereq"
  242. config ADK_COMPRESSION_TOOL
  243. string
  244. default "gzip -n9" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_GZIP
  245. default "bzip2" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_BZIP2
  246. default "xz -v --check=crc32 --lzma2=dict=1MiB" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_XZ
  247. default "lz4c -l" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZ4
  248. default "lzma -9" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZMA
  249. default "lzop" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZO
  250. default "gzip -n9"
  251. help