linux: update to 6.10.x, 6.9.x is EOL
[openadk.git] / target / config / Config.in.tools
blobcdeeb90edefaa9e546309bf062d19702ca6ba37f
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_ETRAX_TOOLS
78         bool
79         default y if ADK_TARGET_SYSTEM_FOXBOARD_LX832
80         default n
82 config ADK_HOST_BUILD_FILE
83         bool
84         default n
86 config ADK_HOST_BUILD_FINDUTILS
87         bool
88         default n
90 config ADK_HOST_BUILD_GAWK
91         bool
92         default y if ADK_HOST_DARWIN
93         default n
95 config ADK_HOST_BUILD_OBJCONV
96         bool
97         default y if ADK_HOST_DARWIN
98         default n
100 config ADK_HOST_BUILD_GREP
101         bool
102         default n
104 config ADK_HOST_BUILD_U_BOOT
105         bool
106         depends on !ADK_TARGET_ARCH_H8300
107         default y if ADK_HOST_NEED_UBOOT
108         default n
110 config ADK_HOST_BUILD_U_BOOT_H8300
111         bool
112         depends on ADK_TARGET_ARCH_H8300
113         default y if ADK_HOST_NEED_UBOOT
114         default n
116 config ADK_HOST_BUILD_OPENOCD
117         bool
118         default n
120 config ADK_HOST_BUILD_PATCH
121         bool
122         default n
124 config ADK_HOST_BUILD_RSYNC
125         bool
126         default n
128 config ADK_HOST_BUILD_SED
129         bool
130         default n
132 config ADK_HOST_BUILD_STLINK
133         bool
134         default n
136 config ADK_HOST_BUILD_TAR
137         bool
138         default n
140 # optional, but can be provided by host
141 config ADK_HOST_BUILD_DOSFSTOOLS
142         bool
143         default n
145 config ADK_HOST_BUILD_E2FSPROGS
146         bool
147         default n
149 config ADK_HOST_BUILD_GPTFDISK
150         bool
151         default n
153 config ADK_HOST_BUILD_MKE2IMG
154         bool
155         default n
157 config ADK_HOST_BUILD_MTOOLS
158         bool
159         default n
161 config ADK_HOST_BUILD_GENIMAGE
162         bool
163         select ADK_HOST_BUILD_MTOOLS
164         select ADK_HOST_BUILD_GENEXT2FS
165         select ADK_HOST_BUILD_GPTFDISK
166         select ADK_HOST_BUILD_E2FSPROGS
167         select ADK_HOST_BUILD_DOSFSTOOLS
168         default n
170 config ADK_HOST_BUILD_CCACHE
171         bool
172         default n
174 config ADK_HOST_NEED_CDRTOOLS
175         bool
176         default n
178 config ADK_HOST_BUILD_CDRTOOLS
179         bool
180         default n
182 config ADK_HOST_NEED_GENEXT2FS
183         bool
184         default n
186 config ADK_HOST_BUILD_GENEXT2FS
187         bool
188         default n
190 config ADK_HOST_NEED_ZSTD
191         bool
192         default n
194 config ADK_HOST_BUILD_ZSTD
195         bool
196         default n
198 config ADK_HOST_NEED_LZ4
199         bool
200         default n
202 config ADK_HOST_BUILD_LZ4
203         bool
204         default n
206 config ADK_HOST_NEED_LZMA
207         bool
208         default n
210 config ADK_HOST_BUILD_LZMA
211         bool
212         default n
214 config ADK_HOST_NEED_LZOP
215         bool
216         default n
218 config ADK_HOST_BUILD_LZIP
219         bool
220         default n
222 config ADK_HOST_BUILD_LZOP
223         bool
224         default n
226 config ADK_HOST_NEED_MKSH
227         bool
228         default n
230 config ADK_HOST_BUILD_MKSH
231         bool
232         default n
234 config ADK_HOST_NEED_QEMU
235         bool
236         default n
238 config ADK_HOST_BUILD_QEMU
239         bool
240         default n
242 config ADK_HOST_BUILD_COREUTILS
243         bool
244         default n
246 config ADK_HOST_BUILD_UTIL_LINUX
247         bool
248         default n
250 # optional, must be used from OpenADK
251 config ADK_HOST_NEED_MTD_UTILS
252         bool
253         default n
255 config ADK_HOST_BUILD_MTD_UTILS
256         bool
257         select ADK_HOST_BUILD_UTIL_LINUX
258         default y if ADK_HOST_NEED_MTD_UTILS
259         default n
261 config ADK_HOST_NEED_KERNEL2MINOR
262         bool
263         default n
265 config ADK_HOST_BUILD_KERNEL2MINOR
266         bool
267         default y if ADK_HOST_NEED_KERNEL2MINOR
268         default n
270 config ADK_HOST_BUILD_PATCHELF
271         bool
272         default n
274 config ADK_HOST_NEED_OPKG
275         bool
276         default n
278 config ADK_HOST_BUILD_OPKG
279         bool
280         default y if ADK_HOST_NEED_OPKG
281         default n
283 config ADK_HOST_NEED_SQUASHFS
284         bool
285         default n
287 config ADK_HOST_BUILD_SQUASHFS
288         bool
289         default y if ADK_HOST_NEED_SQUASHFS
290         default n
292 config ADK_HOST_NEED_SYSLINUX
293         bool
294         default n
296 config ADK_HOST_BUILD_SYSLINUX
297         bool
298         default y if ADK_HOST_NEED_SYSLINUX
299         default n
301 config ADK_HOST_BUILD_PCRE
302         bool
303         default y if ADK_HOST_DARWIN
304         default n
306 config ADK_HOST_BUILD_KMOD
307         bool
308         default n
310 config ADK_HOST_NEED_U_BOOT
311         bool
312         default n
314 source "target/config/Config.in.prereq"
316 config ADK_COMPRESSION_TOOL
317         string
318         default "gzip -n9" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_GZIP
319         default "bzip2" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_BZIP2
320         default "zstd" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_ZSTD
321         default "lz4c -l" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZ4
322         default "lzma -9" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZMA
323         default "lzop" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZO
324         default "gzip -n9"
325         help