Config.in.tools 4.0 KB

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