use 4.9.x for bcm28xx/rpi boards
[openadk.git] / target / config / Config.in.tools
blobadff5da9859be81769cfe190d2f9fbd70080c31a
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_GREP
91         bool
92         default n
94 config ADK_HOST_BUILD_U_BOOT
95         bool
96         depends on !ADK_TARGET_ARCH_H8300
97         default y if ADK_HOST_NEED_UBOOT
98         default n
100 config ADK_HOST_BUILD_U_BOOT_H8300
101         bool
102         depends on ADK_TARGET_ARCH_H8300
103         default y if ADK_HOST_NEED_UBOOT
104         default n
106 config ADK_HOST_BUILD_OPENOCD
107         bool
108         default n
110 config ADK_HOST_BUILD_PATCH
111         bool
112         default n
114 config ADK_HOST_BUILD_SED
115         bool
116         default n
118 config ADK_HOST_BUILD_TAR
119         bool
120         default n
122 config ADK_HOST_BUILD_XZ
123         bool
124         default n
126 # optional, but can be provided by host
127 config ADK_HOST_BUILD_DOSFSTOOLS
128         bool
129         default n
131 config ADK_HOST_BUILD_E2FSPROGS
132         bool
133         default n
135 config ADK_HOST_BUILD_GPTFDISK
136         bool
137         default n
139 config ADK_HOST_BUILD_MKE2IMG
140         bool
141         default n
143 config ADK_HOST_BUILD_MTOOLS
144         bool
145         default n
147 config ADK_HOST_BUILD_GENIMAGE
148         bool
149         select ADK_HOST_BUILD_MKE2IMG
150         select ADK_HOST_BUILD_MTOOLS
151         select ADK_HOST_BUILD_GENEXT2FS
152         select ADK_HOST_BUILD_GPTFDISK
153         select ADK_HOST_BUILD_E2FSPROGS
154         select ADK_HOST_BUILD_DOSFSTOOLS
155         default n
157 config ADK_HOST_BUILD_CCACHE
158         bool
159         default n
161 config ADK_HOST_NEED_CDRTOOLS
162         bool
163         default n
165 config ADK_HOST_BUILD_CDRTOOLS
166         bool
167         default n
169 config ADK_HOST_NEED_GENEXT2FS
170         bool
171         default n
173 config ADK_HOST_BUILD_GENEXT2FS
174         bool
175         default n
177 config ADK_HOST_NEED_LZ4
178         bool
179         default n
181 config ADK_HOST_BUILD_LZ4
182         bool
183         default n
185 config ADK_HOST_NEED_LZMA
186         bool
187         default n
189 config ADK_HOST_BUILD_LZMA
190         bool
191         default n
193 config ADK_HOST_NEED_LZOP
194         bool
195         default n
197 config ADK_HOST_BUILD_LZIP
198         bool
199         default n
201 config ADK_HOST_BUILD_LZOP
202         bool
203         default n
205 config ADK_HOST_NEED_MKSH
206         bool
207         default n
209 config ADK_HOST_BUILD_MKSH
210         bool
211         default n
213 config ADK_HOST_NEED_QEMU
214         bool
215         default n
217 config ADK_HOST_BUILD_QEMU
218         bool
219         default n
221 config ADK_HOST_NEED_COREUTILS
222         bool
223         default y if ADK_TARGET_BOARD_BCM28XX
224         default n
226 config ADK_HOST_BUILD_COREUTILS
227         bool
228         default n
230 config ADK_HOST_BUILD_UTIL_LINUX
231         bool
232         default n
234 # optional, must be used from OpenADK
235 config ADK_HOST_NEED_MTD_UTILS
236         bool
237         default n
239 config ADK_HOST_BUILD_MTD_UTILS
240         bool
241         select ADK_HOST_BUILD_UTIL_LINUX
242         default y if ADK_HOST_NEED_MTD_UTILS
243         default n
245 config ADK_HOST_BUILD_PATCHELF
246         bool
247         default n
249 config ADK_HOST_NEED_OPKG
250         bool
251         default n
253 config ADK_HOST_BUILD_OPKG
254         bool
255         default y if ADK_HOST_NEED_OPKG
256         default n
258 config ADK_HOST_NEED_SQUASHFS
259         bool
260         default n
262 config ADK_HOST_BUILD_SQUASHFS
263         bool
264         select ADK_HOST_BUILD_XZ
265         default y if ADK_HOST_NEED_SQUASHFS
266         default n
268 config ADK_HOST_NEED_SYSLINUX
269         bool
270         default n
272 config ADK_HOST_BUILD_SYSLINUX
273         bool
274         default y if ADK_HOST_NEED_SYSLINUX
275         default n
277 config ADK_HOST_BUILD_PCRE
278         bool
279         default y if ADK_HOST_DARWIN
280         default n
282 config ADK_HOST_BUILD_KMOD
283         bool
284         default n
286 config ADK_HOST_NEED_U_BOOT
287         bool
288         default n
290 source "target/config/Config.in.prereq"
292 config ADK_COMPRESSION_TOOL
293         string
294         default "gzip -n9" if ADK_KERNEL_INITRAMFS_COMPRESSION_GZIP
295         default "bzip2" if ADK_KERNEL_INITRAMFS_COMPRESSION_BZIP2
296         default "xz -v --check=crc32 --lzma2=dict=1MiB" if ADK_KERNEL_INITRAMFS_COMPRESSION_XZ
297         default "lz4c -l" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZ4
298         default "lzma -9" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZMA
299         default "lzop" if ADK_KERNEL_INITRAMFS_COMPRESSION_LZO
300         default "gzip -n9"
301         help