Config.in.tools 3.6 KB

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