curl: update to 7.54.0
[openadk.git] / target / config / Config.in.tools
blobc3991604430e591df7f79af124d2af34500b7b86
1 # always required from OpenADK
2 config ADK_HOST_BUILD_ADK_HELPER
3         bool
4         default y
6 config ADK_HOST_BUILD_ELFTOAOUT
7         bool
8         default y if ADK_TARGET_ARCH_SPARC
10 config ADK_HOST_BUILD_AUTOCONF
11         bool
12         default y
14 config ADK_HOST_BUILD_AUTOMAKE
15         bool
16         default y
18 config ADK_HOST_BUILD_BISON
19         bool
20         default y
22 config ADK_HOST_BUILD_DTC
23         bool
24         default n
26 config ADK_HOST_BUILD_FAKEROOT
27         bool
28         default n
30 config ADK_HOST_BUILD_FLEX
31         bool
32         default y
34 config ADK_HOST_BUILD_M4
35         bool
36         default y
38 config ADK_HOST_BUILD_LIBTOOL
39         bool
40         default y
42 config ADK_HOST_BUILD_LIBRESSL
43         bool
44         default n
46 config ADK_HOST_BUILD_PKGCONF
47         bool
48         default y
50 config ADK_HOST_BUILD_WGET
51         bool
52         default n
54 # always required, but can be provided by host
55 config ADK_HOST_BUILD_BASH
56         bool
57         default n
59 config ADK_HOST_BUILD_BC
60         bool
61         select ADK_HOST_BUILD_FLEX
62         default n
64 config ADK_HOST_BUILD_BZIP2
65         bool
66         default n
68 config ADK_HOST_BUILD_CMAKE
69         bool
70         default y if ADK_BUILD_COMPILER_LLVM
71         default n
73 config ADK_HOST_BUILD_CPIO
74         bool
75         default n
77 config ADK_HOST_BUILD_FILE
78         bool
79         default n
81 config ADK_HOST_BUILD_FINDUTILS
82         bool
83         default n
85 config ADK_HOST_BUILD_GAWK
86         bool
87         default y if ADK_HOST_DARWIN
88         default n
90 config ADK_HOST_BUILD_OBJCONV
91         bool
92         default y if ADK_HOST_DARWIN
93         default n
95 config ADK_HOST_BUILD_GREP
96         bool
97         default n
99 config ADK_HOST_BUILD_U_BOOT
100         bool
101         depends on !ADK_TARGET_ARCH_H8300
102         default y if ADK_HOST_NEED_UBOOT
103         default n
105 config ADK_HOST_BUILD_U_BOOT_H8300
106         bool
107         depends on ADK_TARGET_ARCH_H8300
108         default y if ADK_HOST_NEED_UBOOT
109         default n
111 config ADK_HOST_BUILD_OPENOCD
112         bool
113         default n
115 config ADK_HOST_BUILD_PATCH
116         bool
117         default n
119 config ADK_HOST_BUILD_SED
120         bool
121         default n
123 config ADK_HOST_BUILD_TAR
124         bool
125         default n
127 config ADK_HOST_BUILD_XZ
128         bool
129         default n
131 # optional, but can be provided by host
132 config ADK_HOST_BUILD_DOSFSTOOLS
133         bool
134         default n
136 config ADK_HOST_BUILD_E2FSPROGS
137         bool
138         default n
140 config ADK_HOST_BUILD_GPTFDISK
141         bool
142         default n
144 config ADK_HOST_BUILD_MKE2IMG
145         bool
146         default n
148 config ADK_HOST_BUILD_MTOOLS
149         bool
150         default n
152 config ADK_HOST_BUILD_GENIMAGE
153         bool
154         select ADK_HOST_BUILD_MKE2IMG
155         select ADK_HOST_BUILD_MTOOLS
156         select ADK_HOST_BUILD_GENEXT2FS
157         select ADK_HOST_BUILD_GPTFDISK
158         select ADK_HOST_BUILD_E2FSPROGS
159         select ADK_HOST_BUILD_DOSFSTOOLS
160         default n
162 config ADK_HOST_BUILD_CCACHE
163         bool
164         default n
166 config ADK_HOST_NEED_CDRTOOLS
167         bool
168         default n
170 config ADK_HOST_BUILD_CDRTOOLS
171         bool
172         default n
174 config ADK_HOST_NEED_GENEXT2FS
175         bool
176         default n
178 config ADK_HOST_BUILD_GENEXT2FS
179         bool
180         default n
182 config ADK_HOST_NEED_LZ4
183         bool
184         default n
186 config ADK_HOST_BUILD_LZ4
187         bool
188         default n
190 config ADK_HOST_NEED_LZMA
191         bool
192         default n
194 config ADK_HOST_BUILD_LZMA
195         bool
196         default n
198 config ADK_HOST_NEED_LZOP
199         bool
200         default n
202 config ADK_HOST_BUILD_LZIP
203         bool
204         default n
206 config ADK_HOST_BUILD_LZOP
207         bool
208         default n
210 config ADK_HOST_NEED_MKSH
211         bool
212         default n
214 config ADK_HOST_BUILD_MKSH
215         bool
216         default n
218 config ADK_HOST_NEED_QEMU
219         bool
220         default n
222 config ADK_HOST_BUILD_QEMU
223         bool
224         default n
226 config ADK_HOST_NEED_COREUTILS
227         bool
228         default y if ADK_TARGET_BOARD_BCM28XX
229         default n
231 config ADK_HOST_BUILD_COREUTILS
232         bool
233         default n
235 config ADK_HOST_BUILD_UTIL_LINUX
236         bool
237         default n
239 # optional, must be used from OpenADK
240 config ADK_HOST_NEED_MTD_UTILS
241         bool
242         default n
244 config ADK_HOST_BUILD_MTD_UTILS
245         bool
246         select ADK_HOST_BUILD_UTIL_LINUX
247         default y if ADK_HOST_NEED_MTD_UTILS
248         default n
250 config ADK_HOST_NEED_KERNEL2MINOR
251         bool
252         default n
254 config ADK_HOST_BUILD_KERNEL2MINOR
255         bool
256         default y if ADK_HOST_NEED_KERNEL2MINOR
257         default n
259 config ADK_HOST_BUILD_PATCHELF
260         bool
261         default n
263 config ADK_HOST_NEED_OPKG
264         bool
265         default n
267 config ADK_HOST_BUILD_OPKG
268         bool
269         default y if ADK_HOST_NEED_OPKG
270         default n
272 config ADK_HOST_NEED_SQUASHFS
273         bool
274         default n
276 config ADK_HOST_BUILD_SQUASHFS
277         bool
278         select ADK_HOST_BUILD_XZ
279         default y if ADK_HOST_NEED_SQUASHFS
280         default n
282 config ADK_HOST_NEED_SYSLINUX
283         bool
284         default n
286 config ADK_HOST_BUILD_SYSLINUX
287         bool
288         default y if ADK_HOST_NEED_SYSLINUX
289         default n
291 config ADK_HOST_BUILD_PCRE
292         bool
293         default y if ADK_HOST_DARWIN
294         default n
296 config ADK_HOST_BUILD_KMOD
297         bool
298         default n
300 config ADK_HOST_NEED_U_BOOT
301         bool
302         default n
304 source "target/config/Config.in.prereq"
306 config ADK_COMPRESSION_TOOL
307         string
308         default "gzip -n9" if ADK_KERNEL_INITRAMFS_COMPRESSION_GZIP
309         default "bzip2" if ADK_KERNEL_INITRAMFS_COMPRESSION_BZIP2
310         default "xz -v --check=crc32 --lzma2=dict=1MiB" if ADK_KERNEL_INITRAMFS_COMPRESSION_XZ
311         default "lz4c -l" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZ4
312         default "lzma -9" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZMA
313         default "lzop" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZO
314         default "gzip -n9"
315         help