Config.in.tools 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  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_FILE
  60. bool
  61. default n
  62. config ADK_HOST_BUILD_FINDUTILS
  63. bool
  64. default n
  65. config ADK_HOST_BUILD_GAWK
  66. bool
  67. default y if ADK_HOST_DARWIN
  68. default n
  69. config ADK_HOST_BUILD_GREP
  70. bool
  71. default n
  72. config ADK_HOST_BUILD_U_BOOT
  73. bool
  74. depends on !ADK_TARGET_ARCH_H8300
  75. default y if ADK_HOST_NEED_UBOOT
  76. default n
  77. config ADK_HOST_BUILD_U_BOOT_H8300
  78. bool
  79. depends on ADK_TARGET_ARCH_H8300
  80. default y if ADK_HOST_NEED_UBOOT
  81. default n
  82. config ADK_HOST_BUILD_OPENOCD
  83. bool
  84. default n
  85. config ADK_HOST_BUILD_PATCH
  86. bool
  87. default n
  88. config ADK_HOST_BUILD_SED
  89. bool
  90. default n
  91. config ADK_HOST_BUILD_TAR
  92. bool
  93. default n
  94. config ADK_HOST_BUILD_XZ
  95. bool
  96. default n
  97. # optional, but can be provided by host
  98. config ADK_HOST_BUILD_DOSFSTOOLS
  99. bool
  100. default n
  101. config ADK_HOST_BUILD_E2FSPROGS
  102. bool
  103. default n
  104. config ADK_HOST_BUILD_GPTFDISK
  105. bool
  106. default n
  107. config ADK_HOST_BUILD_MKE2IMG
  108. bool
  109. default n
  110. config ADK_HOST_BUILD_MTOOLS
  111. bool
  112. default n
  113. config ADK_HOST_BUILD_GENIMAGE
  114. bool
  115. select ADK_HOST_BUILD_MKE2IMG
  116. select ADK_HOST_BUILD_MTOOLS
  117. select ADK_HOST_BUILD_GENEXT2FS
  118. select ADK_HOST_BUILD_GPTFDISK
  119. select ADK_HOST_BUILD_E2FSPROGS
  120. select ADK_HOST_BUILD_DOSFSTOOLS
  121. default n
  122. config ADK_HOST_BUILD_CCACHE
  123. bool
  124. default n
  125. config ADK_HOST_NEED_CDRTOOLS
  126. bool
  127. default n
  128. config ADK_HOST_BUILD_CDRTOOLS
  129. bool
  130. default n
  131. config ADK_HOST_NEED_GENEXT2FS
  132. bool
  133. default n
  134. config ADK_HOST_BUILD_GENEXT2FS
  135. bool
  136. default n
  137. config ADK_HOST_NEED_LZ4
  138. bool
  139. default n
  140. config ADK_HOST_BUILD_LZ4
  141. bool
  142. default n
  143. config ADK_HOST_NEED_LZMA
  144. bool
  145. default n
  146. config ADK_HOST_BUILD_LZMA
  147. bool
  148. default n
  149. config ADK_HOST_NEED_LZOP
  150. bool
  151. default n
  152. config ADK_HOST_BUILD_LZIP
  153. bool
  154. default n
  155. config ADK_HOST_BUILD_LZOP
  156. bool
  157. default n
  158. config ADK_HOST_NEED_MKSH
  159. bool
  160. default n
  161. config ADK_HOST_BUILD_MKSH
  162. bool
  163. default n
  164. config ADK_HOST_NEED_QEMU
  165. bool
  166. default n
  167. config ADK_HOST_BUILD_QEMU
  168. bool
  169. default n
  170. config ADK_HOST_NEED_COREUTILS
  171. bool
  172. default y if ADK_TARGET_BOARD_BCM28XX
  173. default n
  174. config ADK_HOST_BUILD_COREUTILS
  175. bool
  176. default n
  177. config ADK_HOST_BUILD_UTIL_LINUX
  178. bool
  179. default n
  180. # optional, must be used from OpenADK
  181. config ADK_HOST_NEED_MTD_UTILS
  182. bool
  183. default n
  184. config ADK_HOST_BUILD_MTD_UTILS
  185. bool
  186. select ADK_HOST_BUILD_UTIL_LINUX
  187. default y if ADK_HOST_NEED_MTD_UTILS
  188. default n
  189. config ADK_HOST_NEED_KERNEL2MINOR
  190. bool
  191. default n
  192. config ADK_HOST_BUILD_KERNEL2MINOR
  193. bool
  194. default y if ADK_HOST_NEED_KERNEL2MINOR
  195. default n
  196. config ADK_HOST_BUILD_PATCHELF
  197. bool
  198. default n
  199. config ADK_HOST_NEED_OPKG
  200. bool
  201. default n
  202. config ADK_HOST_BUILD_OPKG
  203. bool
  204. default y if ADK_HOST_NEED_OPKG
  205. default n
  206. config ADK_HOST_NEED_SQUASHFS
  207. bool
  208. default n
  209. config ADK_HOST_BUILD_SQUASHFS
  210. bool
  211. select ADK_HOST_BUILD_XZ
  212. default y if ADK_HOST_NEED_SQUASHFS
  213. default n
  214. config ADK_HOST_NEED_SYSLINUX
  215. bool
  216. default n
  217. config ADK_HOST_BUILD_SYSLINUX
  218. bool
  219. default y if ADK_HOST_NEED_SYSLINUX
  220. default n
  221. config ADK_HOST_BUILD_PCRE
  222. bool
  223. default y if ADK_HOST_DARWIN
  224. default n
  225. config ADK_HOST_BUILD_KMOD
  226. bool
  227. default n
  228. config ADK_HOST_NEED_U_BOOT
  229. bool
  230. default n
  231. source "target/config/Config.in.prereq"
  232. config ADK_COMPRESSION_TOOL
  233. string
  234. default "gzip -n9" if ADK_KERNEL_INITRAMFS_COMPRESSION_GZIP
  235. default "bzip2" if ADK_KERNEL_INITRAMFS_COMPRESSION_BZIP2
  236. default "xz -v --check=crc32 --lzma2=dict=1MiB" if ADK_KERNEL_INITRAMFS_COMPRESSION_XZ
  237. default "lz4c -l" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZ4
  238. default "lzma -9" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZMA
  239. default "lzop" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZO
  240. default "gzip -n9"
  241. help