-
Notifications
You must be signed in to change notification settings - Fork 5
/
MTLKConfig
680 lines (588 loc) · 18.2 KB
/
MTLKConfig
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
choice
prompt "Target platform"
default PLATFORM_UGW54_VRX288
config PLATFORM_UGW61_ARX388
bool "UGW6.1 for ARX388"
help
Lantiq ARX388 UGW-6.1 platform.
config PLATFORM_UGW61_VRX388
bool "UGW6.1 for VRX388"
help
Lantiq VRX388 UGW-6.1 platform.
config PLATFORM_UGW54_ARX388
bool "UGW5.4 for ARX388"
help
Lantiq ARX388 UGW-5.4 platform.
config PLATFORM_UGW54_ARX382
bool "UGW5.4 for ARX382"
help
Lantiq ARX382 UGW-5.4 platform.
config PLATFORM_UGW54_GRX388
bool "UGW5.4 for GRX388"
help
Lantiq GRX388 UGW-5.4 platform.
config PLATFORM_UGW54_VRX288
bool "UGW5.4 for VRX288"
help
Lantiq VRX288 UGW-5.4 platform.
config PLATFORM_UGW54_VRX388
bool "UGW5.4 for VRX388"
help
Lantiq VRX388 UGW-5.4 platform.
config PLATFORM_DONGLE
bool "Dongle"
help
Dongle 2.6 platform.
config PLATFORM_UGW53_GRX288_NAND
bool "UGW5.3 for GRX288 (RT-288) with NAND flash"
help
Lantiq GRX288 UGW-5.3 platform with NAND flash.
config PLATFORM_UGW53_ARX168
bool "UGW5.3 for ARX168"
help
Lantiq ARX168 UGW-5.3 platform.
config PLATFORM_UGW53_ARX388
bool "UGW5.3 for ARX388"
help
Lantiq ARX388 UGW-5.3 platform.
config PLATFORM_UGW53_VRX288
bool "UGW5.3 for VRX288"
help
Lantiq VRX288 UGW-5.3 platform.
config PLATFORM_UGW52_GRX288_NAND
bool "UGW5.2 for GRX288 (RT-288) with NAND flash"
help
Lantiq GRX288 UGW-5.2 platform with NAND flash.
config PLATFORM_UGW52_ARX300
bool "UGW5.2 for ARX300"
help
Lantiq ARX300 UGW-5.2 platform.
config PLATFORM_UGW52_VRX288
bool "UGW5.2 for VRX288"
help
Lantiq VRX288 UGW-5.2 platform.
config PLATFORM_UGW52_GW188
bool "UGW5.2 for GW188"
help
Lantiq GW188 UGW-5.2 platform.
config PLATFORM_UGW52_ARX188
bool "UGW5.2 for ARX188"
help
Lantiq ARX188 UGW-5.2 platform.
config PLATFORM_UGW52_GRX168
bool "UGW5.2 for GRX168 (VB300)"
help
Lantiq GRX168 UGW-5.2 platform.
config PLATFORM_VB300
bool "VB300"
help
VB300 platform.
config PLATFORM_LQ_UGW_AR10_WAVE400
bool "UGW5.1 for AR10 WAVE400"
help
Lantiq AR10 platform.
config PLATFORM_GEN35FPGA
bool "Gen 3.5 FPGA"
help
Gen 3.5 FPGA platform.
config PLATFORM_UGW51_VRX288_NAND
bool "UGW5.1 for VRX288 with NAND flash"
help
Lantiq VRX288 UGW-5.1 platform with NAND flash.
config PLATFORM_UGW51_GRX288_NAND
bool "UGW5.1 for GRX288 (RT-288) with NAND flash"
help
Lantiq GRX288 UGW-5.1 platform with NAND flash.
config PLATFORM_UGW51_VRX288
bool "UGW5.1 for VRX288"
help
Lantiq VRX288 UGW-5.1 platform.
config PLATFORM_UGW51_GW188
bool "UGW5.1 for GW188"
help
Lantiq GW188 UGW-5.1 platform.
config PLATFORM_UGW51_ARX188
bool "UGW5.1 for ARX188"
help
Lantiq ARX188 UGW-5.1 platform.
config PLATFORM_UGW51_GRX168
bool "UGW5.1 for GRX168 (VB300)"
help
Lantiq GRX168 UGW-5.1 platform.
config PLATFORM_STAR4MB
bool "STAR-4MB"
help
Star 4Mb platform.
config PLATFORM_PC_KERN26
bool "PC (kernel 2.6)"
help
A PC distro with kernel 2.6.x.
config PLATFORM_AMCC405EX
bool "AMCC405EX"
help
AMCC405EX platform.
config PLATFORM_AMCC405_DECA
bool "AMCC405 DECA"
help
AMCC405 DECA platform.
endchoice
config STAR4MB_NO_DSPAD
bool "Star 4Mb with no DSPAD"
depends on PLATFORM_STAR4MB
default n
---help---
Star platform compilation with no DSPAD supported.
config COMPONENTS
bool "Components to build" if NO_COMPONENTS_SELECT
default !NO_COMPONENTS_SELECT
help
Provides the way to choose component(s) for build.
menuconfig LIN_DRV
bool "WLAN driver for Linux"
depends on COMPONENTS
default y
---help---
Build WLAN driver for Linux.
menuconfig USE_PREBUILT_RFLIB
bool "Use prebuilt RF library"
depends on LIN_DRV
default n
---help---
Use prebuilt RF library
config RFLIB_PATH
string "Path to the RF library"
depends on USE_PREBUILT_RFLIB
default "wireless/driver/rflib/prebuilt"
---help---
Path to the prebuilt RB library
comment "HW bus types"
depends on LIN_DRV
config LINDRV_HW_PCIG3
depends on LIN_DRV
bool "PCI bus"
default y if (PLATFORM_DONGLE || PLATFORM_PC_KERN26 || PLATFORM_VB300)
default y if (PLATFORM_UGW51_VRX288_NAND || PLATFORM_UGW51_VRX288 || PLATFORM_UGW51_ARX188 || PLATFORM_UGW51_GRX168 || PLATFORM_UGW51_GRX288_NAND || PLATFORM_UGW51_GW188 || PLATFORM_UGW52_GRX288_NAND || PLATFORM_UGW52_VRX288 || PLATFORM_UGW52_GW188 || PLATFORM_UGW52_ARX188 || PLATFORM_UGW52_GRX168)
default y if PLATFORM_UGW53_GRX288_NAND
default y if PLATFORM_UGW53_VRX288
default y if PLATFORM_UGW54_VRX288
default y if PLATFORM_LQ_UGW52_VB300
default y if PLATFORM_UGW53_ARX168
default n
help
Enable support for Peripheral Component Interconnect bus (PCI)
config LINDRV_HW_PCIE
depends on LIN_DRV
bool "PCI Express bus"
default y if (PLATFORM_DONGLE || PLATFORM_PC_KERN26 || PLATFORM_AMCC405_DECA)
default y if (PLATFORM_UGW51_VRX288_NAND || PLATFORM_UGW51_VRX288 || PLATFORM_UGW51_ARX188 || PLATFORM_UGW51_GRX168 || PLATFORM_UGW51_GRX288_NAND || PLATFORM_UGW52_GRX288_NAND || PLATFORM_UGW52_VRX288 || PLATFORM_UGW52_GW188 || PLATFORM_UGW52_ARX188 || PLATFORM_UGW52_GRX168)
default y if PLATFORM_UGW54_ARX388
default y if PLATFORM_UGW54_ARX382
default y if PLATFORM_UGW54_GRX388
default y if PLATFORM_UGW54_VRX388
default n if PLATFORM_UGW54_VRX288
default y if PLATFORM_UGW53_GRX288_NAND
default y if PLATFORM_UGW53_ARX388
default y if PLATFORM_UGW53_VRX288
default y if PLATFORM_UGW53_ARX168
default y if (PLATFORM_LQ_UGW52_VB300 || PLATFORM_UGW52_ARX300)
default y if PLATFORM_AMCC405_DECA
default n if PLATFORM_UGW61_ARX388
default n if PLATFORM_UGW61_VRX388
default n
help
Enable support for Peripheral Component Interconnect Express bus (PCIE)
config BUS_PCI_PCIE
depends on LIN_DRV
bool
default y if LINDRV_HW_PCIE
default y if LINDRV_HW_PCIG3
default n
config LINDRV_HW_AHBG35
depends on LIN_DRV
bool "AHB"
default y if PLATFORM_GEN35FPGA
default y if (PLATFORM_LQ_UGW_AR10_WAVE400 || PLATFORM_UGW52_ARX300)
default y if PLATFORM_UGW53_ARX388
default y if PLATFORM_UGW54_ARX388
default y if PLATFORM_UGW54_ARX382
default y if PLATFORM_UGW54_GRX388
default y if PLATFORM_UGW54_VRX388
default y if PLATFORM_UGW61_ARX388
default y if PLATFORM_UGW61_VRX388
default n
help
Enable support for Advanced High-performance Bus (AHB)
config BUS_AHB
depends on LIN_DRV
bool
default y if LINDRV_HW_AHBG35
default n
config BUS_AHB_BYTESWAP
depends on BUS_AHB
bool
default y if PLATFORM_LQ_UGW_AR10_WAVE400
default y if PLATFORM_UGW52_ARX300
default y if PLATFORM_UGW53_ARX388
default y if PLATFORM_UGW54_ARX388
default y if PLATFORM_UGW54_ARX382
default y if PLATFORM_UGW54_GRX388
default y if PLATFORM_UGW54_VRX388
default y if PLATFORM_UGW61_ARX388
default y if PLATFORM_UGW61_VRX388
default n
config PMCU_SUPPORT
depends on BUS_AHB
bool "PMCU Support"
default y if PLATFORM_LQ_UGW_AR10_WAVE400
default y if PLATFORM_UGW52_ARX300
default y if PLATFORM_UGW53_ARX388
default y if PLATFORM_UGW54_ARX388
default y if PLATFORM_UGW54_ARX382
default y if PLATFORM_UGW54_GRX388
default y if PLATFORM_UGW54_VRX388
default n if PLATFORM_UGW61_ARX388
default n if PLATFORM_UGW61_VRX388
default n
help
Enable AR10 on-the-fly CPU frequency switch support
config LIN_MTTOOLS
bool "MTTools for Linux"
depends on COMPONENTS
# default y if DEVELOPMENT_PLATFORM
default n
---help---
Build MTTools for Linux (drvhlpr, mtdump, mtlk_cli, BclSockServer).
config LIN_RTLOG_COMPONENTS
bool "RT Logger Components for Linux"
depends on COMPONENTS
default n
---help---
Build RT Logger Components for Linux: logserver, logdriver.
config LIN_DUT
bool "DUT components for Linux"
depends on COMPONENTS
default n
---help---
Build DUT components for Linux.
config DUT_FW_IN_KERNEL
bool "Use kernel built-in DUT firmware"
depends on LIN_DUT
default y if PLATFORM_AMCC405_DECA
default n
---help---
Whether to use DUT firmware from the kernel or from the file system
config LIN_HELPER_TOOLS
bool "Helper modules and applications for Linux"
depends on COMPONENTS
default n
---help---
Build helper components for Linux, such as memory leak tracking utilities.
menu "Features"
config RF_MANAGEMENT_MTLK
bool "Lantiq RF MGMT"
default y
---help---
Lantiq RF management extensions
config HOSTAP_06
bool "hostapd 0.6 support"
default n
---help---
Support of hostapd v0.6.
TODO: To be explained.
config WPS_LEDS_ENABLE
bool "Enable WPS LEDs"
depends on LIN_MTTOOLS
default y
---help---
Enables WPS and LEDs in driver helper.
config FORCE_USE_GENL_ENABLE
bool "Use generic netlink socket"
depends on !USE_GENL_DEF
default n
---help---
Use generic netlink socket instead of newly allocated one.
config FORCE_USE_GENL_DISABLE
bool "Don't use generic netlink socket"
depends on USE_GENL_DEF
default n
---help---
Use newly allocated netlink socket instead of generic one.
config IPV4_ONLY_CLI
bool "IPV4 only CLI server"
depends on LIN_MTTOOLS
default y if (PLATFORM_VB300)
default n
---help---
Restricts CLI server to IPV4 only.
This option must not be selected for most platforms.
However, it can help on platforms where listening socket cannot be
created using for AF_UNSPEC (i.e. either IPV4 and APV6) address family
and Driver Helper fails to start with an error on CREATE_SOCKET step.
config USE_INTERRUPT_POLLING
bool "Use interrupt polling"
depends on LIN_DRV
default y if PLATFORM_AMCC405_DECA
default n
---help---
Turns interrupt polling on.
This feature hits performance, therefore it is for debuggigng purposes
mainly and must not be used in production without very special reasons.
endmenu
menu "Debug extentions"
config DEBUG
bool "General debug extentions"
default y if DEVELOPMENT_PLATFORM
default n
---help---
Enable run-time checks, memory access validation and extended printouts.
config ENABLE_OBJPOOL
bool "Object tracking extensions"
default y if DEBUG
default n
---help---
Defines whether to compile OBJPOOL.
config ENABLE_NBUF_OBJPOOL
depends on ENABLE_OBJPOOL
bool "Net Buffer Object tracking extensions"
default n
---help---
Defines whether to enable Network Buffer monitoring by OBJPOOL.
config TXMM_HISTORY_LENGTH
int "TXMM history length"
range 0 20
default 3 if DEBUG
default 0
---help---
Advanced TXMM messages history length (0-20).
0 to disable messages history.
config IRB_DEBUG
bool "IRB debug extensions"
default n
---help---
Defines whether to compile IRB debuggigng tools
like IRB pinger.
config CPU_STAT
bool "Profiling tools"
default n
---help---
Include profiling tools AKA CPU Stat.
config BENCHMARK_TOOLS
bool
default y if CPU_STAT
default y if IRB_DEBUG
default n
config IRB_BENCHMARKING
bool
default y if IRB_DEBUG
default n
config CCR_DEBUG
bool "HW access tracing"
default n
---help---
Include detailed printouts for shared memory access by the driver.
This option is useful for startup sequnce debugging, in other cases
it produces too much printouts and makes driver virtually unusable.
config FW_WRITE_VALIDATION
bool "Validation of FW download"
default n
---help---
Include validation of written FW chunks.
This option is useful when there is suspicion that there is something wrong
with FW download.
config TSF_TIMER_TIMESTAMPS_IN_DEBUG_PRINTOUTS
depends on LINDRV_HW_PCIG3 || LINDRV_HW_PCIE
bool "Add TSF timer timestamps to debug printouts"
default n
---help---
TSF timestamp will be printed out with each debug message as a second timestamp.
TSF timer timestamps have microsecond resolution.
config PER_PACKET_STATS
bool "Per-Packet Statistics"
default n
---help---
Per-packet statistics (timestamps, counters, info etc.)
config PRINT_PER_PACKET_STATS
depends on PER_PACKET_STATS
bool "Log per-packet statistics"
default n
---help---
Per-packet statistics will be logged.
config STAT_CNTRS_DEBUG
bool "Debug statistic counters"
default y if DEBUG
---help---
Debug statistic counters
config TSF_TIMER_TIMESTAMPS_IN_PER_PACKET_STATS
depends on PER_PACKET_STATS
bool "Use TSF timestamps in per-packet statistics"
default n
---help---
TSF timestamps will be added to per-packet statistics.
TSF timer timestamps have microsecond resolution.
config NO_FW_RESET_ON_STOP
bool "Do not reset firmware on driver stop/unload"
# default y if DEBUG
default y
---help---
May be useful during firmware debugging.
config PCIE_TUNING
bool "PCIe fine tuning tools" if LINDRV_HW_PCIE
default n
---help---
Include instrumentation for fine tuning PCIE core settings.
choice
prompt "Runtime logger support"
default RT_LOGGER_FUNCTIONS
config RT_LOGGER_FUNCTIONS
bool "Log directives as external functions"
---help---
Making log directives external functions may decrease performance but makes image size smaller.
config RT_LOGGER_INLINES
bool "Log directives as inline functions"
---help---
Making log directives inline functions may increase performance but makes image size bigger.
endchoice
menu "Log level"
config MAX_DLEVEL
int "Log level" if !SILENT
range 0 9
default 2 if DEBUG
default 1
---help---
Log level (0-9)
config SILENT
bool "Silent build (No debug printouts)"
---help---
Disable driver printouts.
endmenu
endmenu
config USE_GENL_DEF
bool
default y if PLATFORM_UGW51_VRX288_NAND
default y if PLATFORM_UGW51_VRX288
default y if PLATFORM_UGW51_ARX188
default y if PLATFORM_UGW51_GRX168
default y if PLATFORM_UGW51_GRX288_NAND
default y if PLATFORM_UGW52_GRX288_NAND
default y if PLATFORM_UGW52_ARX300
default y if PLATFORM_UGW52_VRX288
default y if PLATFORM_UGW52_GW188
default y if PLATFORM_UGW52_ARX188
default y if PLATFORM_UGW52_GRX168
default y if PLATFORM_UGW51_GW188
default y if PLATFORM_UGW53_GRX288_NAND
default y if PLATFORM_UGW53_ARX388
default y if PLATFORM_UGW53_VRX288
default y if PLATFORM_UGW53_ARX168
default y if PLATFORM_UGW54_ARX388
default y if PLATFORM_UGW54_ARX382
default y if PLATFORM_UGW54_GRX388
default y if PLATFORM_UGW54_VRX388
default y if PLATFORM_UGW54_VRX288
default y if PLATFORM_LQ_UGW52_VB300
default y if PLATFORM_LQ_UGW_AR10_WAVE400
default y if PLATFORM_UGW61_ARX388
default y if PLATFORM_UGW61_VRX388
default n
config USE_GENL
bool
default y if FORCE_USE_GENL_ENABLE
default n if FORCE_USE_GENL_DISABLE
default USE_GENL_DEF
config TSF_TIMER_ACCESS_ENABLED
bool
default y if TSF_TIMER_TIMESTAMPS_IN_DEBUG_PRINTOUTS
default y if TSF_TIMER_TIMESTAMPS_IN_PER_PACKET_STATS
default n
config DEVELOPMENT_PLATFORM
bool
default y if PLATFORM_DONGLE
default y if PLATFORM_UGW51_VRX288_NAND
default y if PLATFORM_UGW51_GRX288_NAND
default y if PLATFORM_UGW52_GRX288_NAND
default y if PLATFORM_UGW52_ARX300
default y if PLATFORM_UGW52_VRX288
default y if PLATFORM_UGW52_GW188
default y if PLATFORM_UGW52_ARX188
default y if PLATFORM_UGW52_GRX168
default y if PLATFORM_UGW53_GRX288_NAND
default y if PLATFORM_UGW53_ARX388
default y if PLATFORM_UGW53_VRX288
default y if PLATFORM_UGW53_ARX168
default y if PLATFORM_UGW54_ARX388
default y if PLATFORM_UGW54_ARX382
default y if PLATFORM_UGW54_GRX388
default y if PLATFORM_UGW54_VRX388
default y if PLATFORM_UGW54_VRX288
default y if PLATFORM_GEN35FPGA
default y if PLATFORM_UGW61_ARX388
default y if PLATFORM_UGW61_VRX388
default n
config ENVIRONMENT_NAME
string
default "dongle-linux26" if PLATFORM_DONGLE
default "x86-linux26" if PLATFORM_PC_KERN26
default "star910x-4mb-linux26" if PLATFORM_STAR4MB
default "ugw5.1-vrx288-nand" if PLATFORM_UGW51_VRX288_NAND
default "ugw5.1-vrx288" if PLATFORM_UGW51_VRX288
default "ugw5.1-gw188" if PLATFORM_UGW51_GW188
default "ugw5.1-arx188" if PLATFORM_UGW51_ARX188
default "ugw5.1-grx168" if PLATFORM_UGW51_GRX168
default "ugw5.1-grx288-nand" if PLATFORM_UGW51_GRX288_NAND
default "ugw5.2-grx288-nand" if PLATFORM_UGW52_GRX288_NAND
default "ugw5.2-arx300" if PLATFORM_UGW52_ARX300
default "ugw5.2-vrx288-nand" if PLATFORM_UGW52_VRX288
default "ugw5.2-gw188" if PLATFORM_UGW52_GW188
default "ugw5.2-arx188" if PLATFORM_UGW52_ARX188
default "ugw5.2-grx168-vb" if PLATFORM_UGW52_GRX168
default "ugw5.4-arx388" if PLATFORM_UGW54_ARX388
default "ugw5.4-arx382" if PLATFORM_UGW54_ARX382
default "ugw5.4-grx388" if PLATFORM_UGW54_GRX388
default "ugw5.4-vrx388" if PLATFORM_UGW54_VRX388
default "ugw5.4-vrx288" if PLATFORM_UGW54_VRX288
default "ugw5.3-grx288-nand" if PLATFORM_UGW53_GRX288_NAND
default "ugw5.3-arx388" if PLATFORM_UGW53_ARX388
default "ugw5.3-vrx288" if PLATFORM_UGW53_VRX288
default "ugw5.3-arx168-nand" if PLATFORM_UGW53_ARX168
default "ppc405-linux26" if PLATFORM_AMCC405EX
default "deca-linux26" if PLATFORM_AMCC405_DECA
default "vb300-linux26" if PLATFORM_VB300
default "ugw5.2-vb300-linux26" if PLATFORM_LQ_UGW52_VB300
default "ugw-ar10-wave400-linux26" if PLATFORM_LQ_UGW_AR10_WAVE400
default "gen35-fpga-linux26" if PLATFORM_GEN35FPGA
default "ugw6.1-arx388" if PLATFORM_UGW61_ARX388
default "ugw6.1-vrx388" if PLATFORM_UGW61_VRX388
config HOST_TYPE
string
default "arm-linux" if PLATFORM_DONGLE
default "x86-linux" if PLATFORM_PC_KERN26
default "arm-linux" if PLATFORM_STAR4MB
default "mips-linux" if PLATFORM_UGW51_VRX288_NAND
default "mips-linux" if PLATFORM_UGW51_VRX288
default "mips-linux" if PLATFORM_UGW51_GW188
default "mips-linux" if PLATFORM_UGW51_ARX188
default "mips-linux" if PLATFORM_UGW51_GRX168
default "mips-linux" if PLATFORM_UGW51_GRX288_NAND
default "mips-linux" if PLATFORM_UGW52_GRX288_NAND
default "mips-linux" if PLATFORM_UGW52_ARX300
default "mips-linux" if PLATFORM_UGW52_VRX288
default "mips-linux" if PLATFORM_UGW52_ARX188
default "mips-linux" if PLATFORM_UGW52_GW188
default "mips-linux" if PLATFORM_UGW52_GRX168
default "mips-linux" if PLATFORM_UGW53_GRX288_NAND
default "mips-linux" if PLATFORM_UGW53_ARX388
default "mips-linux" if PLATFORM_UGW53_VRX288
default "mips-linux" if PLATFORM_UGW53_ARX168
default "mips-linux" if PLATFORM_UGW54_ARX388
default "mips-linux" if PLATFORM_UGW54_ARX382
default "mips-linux" if PLATFORM_UGW54_GRX388
default "mips-linux" if PLATFORM_UGW54_VRX388
default "mips-linux" if PLATFORM_UGW54_VRX288
default "powerpc-linux" if PLATFORM_AMCC405EX
default "powerpc-greenwave-linux-gnu" if PLATFORM_AMCC405_DECA
default "mips-linux" if PLATFORM_VB300
default "mips-linux" if PLATFORM_LQ_UGW52_VB300
default "mips-linux" if PLATFORM_LQ_UGW_AR10_WAVE400
default "mips-linux" if PLATFORM_GEN35FPGA
default "mips-linux" if PLATFORM_UGW61_ARX388
default "mips-linux" if PLATFORM_UGW61_VRX388