-
Notifications
You must be signed in to change notification settings - Fork 2
/
Kconfig-miele
390 lines (292 loc) · 5.86 KB
/
Kconfig-miele
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
mainmenu "Miele-LXIV - 3rd Party Modules Configuration"
#-----------------
config DOWNLOAD
bool "Download sources"
default n
---help---
Also apply available patches.
if DOWNLOAD
menu "download modules"
config DOWNLOAD_SOURCES_OPENSSL
bool "OpenSSL"
default y
config DOWNLOAD_LIB_ICONV
bool "iconv"
default y
config DOWNLOAD_LIB_PNG
bool "lib png"
default y
config DOWNLOAD_LIB_Z
bool "lib z"
default y
config DOWNLOAD_LIB_XML2
bool "lib xml2"
default y
config DOWNLOAD_LIB_JPEG
bool "lib jpeg"
default y
config DOWNLOAD_LIB_TIFF
bool "lib tiff"
default y
config DOWNLOAD_SOURCES_VTK
bool "VTK"
default y
config DOWNLOAD_SOURCES_ITK
bool "ITK"
default y
config DOWNLOAD_SOURCES_DCMTK
bool "DCMTK"
default y
config PATCH_DCMTK
bool "patch DCMTK"
default y
depends on DOWNLOAD_SOURCES_DCMTK
config DOWNLOAD_SOURCES_OPENJPG
bool "OpenJPEG"
default y
config PATCH_OPENJPG
bool "patch OPENJPG"
default y
depends on DOWNLOAD_SOURCES_OPENJPG
config DOWNLOAD_SOURCES_JASPER
bool "Jasper"
default y
config DOWNLOAD_SOURCES_GLEW
bool "GLEW"
default n
config DOWNLOAD_SOURCES_GML
bool "GML"
default n
config DOWNLOAD_SOURCES_APP
bool "APP"
default y
endmenu
endif # DOWNLOAD
#-------------------------------
config INFO
bool "Show version information"
default n
if INFO
menu "Info modules"
config INFO_ICONV
bool "ICONV"
default y
config INFO_PNG
bool "PNG"
default y
config INFO_JPEG
bool "JPEG"
default y
config INFO_TIFF
bool "TIFF"
default y
config INFO_VTK
bool "VTK"
default y
config INFO_ITK
bool "ITK"
default y
config INFO_DCMTK
bool "DCMTK"
default y
config INFO_OPENJPG
bool "OpenJPEG"
default y
config INFO_JASPER
bool "Jasper"
default n
config INFO_GLEW
bool "GLEW"
default n
config INFO_GLM
bool "GLM"
default n
endmenu
endif
#------------------------
config CONFIGURE
bool "Configure"
default y
if CONFIGURE
menu "Configure modules"
config CONFIGURE_LIB_ICONV
bool "lib ICONV"
default y
config CONFIGURE_LIB_OPENSSL
bool "lib OpenSSL"
default y
config CONFIGURE_LIB_PNG
bool "lib PNG"
default y
config CONFIGURE_LIB_JPEG
bool "lib JPEG"
default y
config CONFIGURE_LIB_TIFF
bool "lib TIFF"
default y
config CONFIGURE_LIB_XML2
bool "lib XML2"
default y
config CONFIGURE_ZLIB
bool "lib Z"
default y
config CONFIGURE_VTK
bool "VTK"
default y
config CONFIGURE_ITK
bool "ITK"
default y
config CONFIGURE_DCMTK
bool "DCMTK"
default y
config CONFIGURE_OPENJPG
bool "OpenJPEG"
default y
config CONFIGURE_JASPER
bool "Jasper"
default y
config CONFIGURE_GLEW
bool "GLEW"
config CONFIGURE_GLM
bool "GLM"
endmenu
endif
#------------------------
config BUILD
bool "Build"
default y
if BUILD
menu "Build modules"
config COMPILE_LIB_ICONV
bool "Build and install lib ICONV"
default y
config COMPILE_LIB_OPENSSL
bool "Build and install lib OpenSSL"
default y
config COMPILE_LIB_PNG
bool "Build and install lib PNG"
default y
config COMPILE_LIB_JPEG
bool "Build and install lib JPEG"
default y
config COMPILE_ZLIB
bool "Build and install lib Z"
default y
config COMPILE_LIB_XML2
bool "Build and install lib XML2"
default y
config COMPILE_LIB_TIFF
bool "Build and install lib TIFF"
default y
config COMPILE_VTK
bool "Build VTK"
default y
config COLLAPSE_VTK
bool "Single VTK library"
default y
depends on COMPILE_VTK
config BUILD_ITK
bool "Build ITK"
default y
config COLLAPSE_ITK
bool "Single ITK library"
default y
depends on BUILD_ITK
config COMPILE_DCMTK
bool "Build DCMTK"
default y
config BUILD_OPENJPG
bool "Build OpenJPEG"
default y
config BUILD_JASPER
bool "Build and install Jasper"
default y
config COMPILE_GLEW
bool "Build and install GLEW"
config BUILD_GLM
bool "Build GLM"
endmenu
endif
#------------------------
config INSTALL
bool "Install"
default y
if INSTALL
menu "Install modules"
config INSTALL_DCMTK
bool "Install DCMTK"
default y
config POST_INSTALL_DCMTK
bool "Post-Processing installed DCMTK"
default y
depends on INSTALL_DCMTK
---help---
Do this once, when new sources are updated.
config COLLAPSE_DCMTK
bool "Single DCMTK library"
default y
depends on INSTALL_DCMTK
config INSTALL_OPENJPG
bool "Install OpenJPEG"
default y
config INSTALL_GLM
bool "Install GLM"
endmenu
endif
#------------------------
config REMOVE_SYMLINKS
bool "Remove Symbolic links"
default n
#------------------------
config CREATE_SYMLINKS
bool "Create Symbolic links"
default n
if CREATE_SYMLINKS
menu "Create symlinks"
config UNZIP_BINARIES
bool "Unzip binaries"
default y
config CREATE_SYMLINKS_JPEG
bool "JPEG"
default y
config CREATE_SYMLINKS_TIFF
bool "TIFF"
default y
config CREATE_SYMLINKS_XML2
bool "XML2"
default y
config CREATE_SYMLINKS_ZLIB
bool "ZLIB"
default y
config CREATE_SYMLINKS_VTK
bool "VTK"
default y
config CREATE_SYMLINKS_ICONV
bool "ICONV"
default y
config CREATE_SYMLINKS_ITK
bool "ITK"
default y
config CREATE_SYMLINKS_DCMTK
bool "DCMTK"
default y
config CREATE_SYMLINKS_OPENJPG
bool "OpenJPG"
default y
config CREATE_SYMLINKS_OPENSSL
bool "OpenSSL"
default y
config CREATE_SYMLINKS_PNG
bool "PNG"
default y
config CREATE_SYMLINKS_JASPER
bool "Jasper"
default y
config CREATE_SYMLINKS_GLEW
bool "GLEW"
default n
config CREATE_SYMLINKS_GLM
bool "GLM"
default n
endmenu
endif