This repository has been archived by the owner on May 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Kconfig
819 lines (543 loc) · 13.9 KB
/
Kconfig
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
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
mainmenu "Embedded Linux Configuration"
config DISTVERSION
string
default 5.0
menu "Vendor/Product Selection"
comment "Select the Vendor you wish to target"
choice
prompt "Vendor"
default DEFAULTS_ACCELERATEDCONCEPTS
config DEFAULTS_3COM
bool "3com"
config DEFAULTS_ADI
bool "ADI"
config DEFAULTS_ACCELERATEDCONCEPTS
bool "AcceleratedConcepts"
config DEFAULTS_ALFA
bool "Alfa"
config DEFAULTS_AMIGA
bool "Amiga"
config DEFAULTS_ARCTURUS
bool "Arcturus"
config DEFAULTS_ARNEWSH
bool "Arnewsh"
config DEFAULTS_ATARI
bool "Atari"
config DEFAULTS_ATHEROS
bool "Atheros"
config DEFAULTS_ATMEL
bool "Atmel"
config DEFAULTS_AVNET
bool "Avnet"
config DEFAULTS_EMAC
bool "EMAC"
config DEFAULTS_EXYS
bool "Exys"
config DEFAULTS_FEITH
bool "Feith"
config DEFAULTS_FIREBEE
bool "FireBee"
config DEFAULTS_FREESCALE
bool "Freescale"
config DEFAULTS_GLOBALSCALE
bool "Globalscale"
config DEFAULTS_INTEC
bool "Intec"
config DEFAULTS_INTEL
bool "Intel"
config DEFAULTS_MCAFEE
bool "McAfee"
config DEFAULTS_MICREL
bool "Micrel"
config DEFAULTS_NETBURNER
bool "Netburner"
config DEFAULTS_NUVOTON
bool "Nuvoton"
config DEFAULTS_OPENGEAR
bool "OpenGear"
config DEFAULTS_SNEHA
bool "SNEHA"
config DEFAULTS_SECURECOMPUTING
bool "SecureComputing"
config DEFAULTS_SERRA
bool "Serra"
config DEFAULTS_SIGNAL
bool "Signal"
config DEFAULTS_SOEKRIS
bool "Soekris"
config DEFAULTS_TI
bool "TI"
config DEFAULTS_SENTEC
bool "senTec"
endchoice
config VENDOR
string
##############################################################
comment "Select the Product you wish to target"
##############################################################
choice
prompt "3com Products"
depends on DEFAULTS_3COM
default DEFAULTS_3COM_XCOPILOT
config DEFAULTS_3COM_XCOPILOT
bool "Xcopilot"
endchoice
##############################################################
choice
prompt "ADI Products"
depends on DEFAULTS_ADI
default DEFAULTS_ADI_COYOTE
config DEFAULTS_ADI_COYOTE
bool "Coyote"
endchoice
##############################################################
choice
prompt "AcceleratedConcepts Products"
depends on DEFAULTS_ACCELERATEDCONCEPTS
default DEFAULTS_ACCELERATEDCONCEPTS_5300_DC
config DEFAULTS_ACCELERATEDCONCEPTS_5300_DC
bool "5300-DC"
config DEFAULTS_ACCELERATEDCONCEPTS_5301_DC
bool "5301-DC"
config DEFAULTS_ACCELERATEDCONCEPTS_5400_RM
bool "5400-RM"
config DEFAULTS_ACCELERATEDCONCEPTS_6200_FX
bool "6200-FX"
config DEFAULTS_ACCELERATEDCONCEPTS_6300_CX
bool "6300-CX"
config DEFAULTS_ACCELERATEDCONCEPTS_6300_DX
bool "6300-DX"
config DEFAULTS_ACCELERATEDCONCEPTS_6300_EX
bool "6300-EX"
config DEFAULTS_ACCELERATEDCONCEPTS_6300_LX
bool "6300-LX"
config DEFAULTS_ACCELERATEDCONCEPTS_8200
bool "8200"
config DEFAULTS_ACCELERATEDCONCEPTS_8200_KBOOT
bool "8200-kboot"
config DEFAULTS_ACCELERATEDCONCEPTS_8300
bool "8300"
config DEFAULTS_ACCELERATEDCONCEPTS_9400_SD
bool "9400-SD"
config DEFAULTS_ACCELERATEDCONCEPTS_NETREACH
bool "NetReach"
config DEFAULTS_ACCELERATEDCONCEPTS_X86
bool "X86"
config DEFAULTS_ACCELERATEDCONCEPTS_X86_64
bool "X86_64"
endchoice
##############################################################
choice
prompt "Alfa Products"
depends on DEFAULTS_ALFA
default DEFAULTS_ALFA_HORNET_UB
config DEFAULTS_ALFA_HORNET_UB
bool "Hornet-UB"
endchoice
##############################################################
choice
prompt "Amiga Products"
depends on DEFAULTS_AMIGA
default DEFAULTS_AMIGA_AMIGA
config DEFAULTS_AMIGA_AMIGA
bool "Amiga"
endchoice
##############################################################
choice
prompt "Arcturus Products"
depends on DEFAULTS_ARCTURUS
default DEFAULTS_ARCTURUS_UC5272
config DEFAULTS_ARCTURUS_UC5272
bool "uC5272"
config DEFAULTS_ARCTURUS_UC5272_4EE32U66
bool "uC5272-4EE32U66"
config DEFAULTS_ARCTURUS_UC5272_8EE32U66
bool "uC5272-8EE32U66"
config DEFAULTS_ARCTURUS_UC5272_XEE16U48
bool "uC5272-xEE16U48"
config DEFAULTS_ARCTURUS_UC5272_XEE16U66
bool "uC5272-xEE16U66"
config DEFAULTS_ARCTURUS_UC5272_XEE8U48
bool "uC5272-xEE8U48"
config DEFAULTS_ARCTURUS_UC5272_XEE8U66
bool "uC5272-xEE8U66"
config DEFAULTS_ARCTURUS_UC5275_16E32U150
bool "uC5275-16E32U150"
config DEFAULTS_ARCTURUS_UC5282_XE16C64
bool "uC5282-xE16C64"
config DEFAULTS_ARCTURUS_UC5282_XE16C80
bool "uC5282-xE16C80"
config DEFAULTS_ARCTURUS_UC532X
bool "uC532x"
config DEFAULTS_ARCTURUS_UCDIMM
bool "uCdimm"
config DEFAULTS_ARCTURUS_UCDIMM_MTD
bool "uCdimm+mtd"
config DEFAULTS_ARCTURUS_UCQUICC
bool "uCquicc"
config DEFAULTS_ARCTURUS_UCSIMM
bool "uCsimm"
endchoice
##############################################################
choice
prompt "Arnewsh Products"
depends on DEFAULTS_ARNEWSH
default DEFAULTS_ARNEWSH_M5206
config DEFAULTS_ARNEWSH_M5206
bool "M5206"
config DEFAULTS_ARNEWSH_M5307
bool "M5307"
endchoice
##############################################################
choice
prompt "Atari Products"
depends on DEFAULTS_ATARI
default DEFAULTS_ATARI_ATARI
config DEFAULTS_ATARI_ATARI
bool "Atari"
endchoice
##############################################################
choice
prompt "Atheros Products"
depends on DEFAULTS_ATHEROS
default DEFAULTS_ATHEROS_PB42
config DEFAULTS_ATHEROS_PB42
bool "PB42"
endchoice
##############################################################
choice
prompt "Atmel Products"
depends on DEFAULTS_ATMEL
default DEFAULTS_ATMEL_AT91SAMA5D3
config DEFAULTS_ATMEL_AT91SAMA5D3
bool "at91sama5d3"
endchoice
##############################################################
choice
prompt "Avnet Products"
depends on DEFAULTS_AVNET
default DEFAULTS_AVNET_AVNET5282
config DEFAULTS_AVNET_AVNET5282
bool "AVNET5282"
endchoice
##############################################################
choice
prompt "EMAC Products"
depends on DEFAULTS_EMAC
default DEFAULTS_EMAC_SOM5282EM
config DEFAULTS_EMAC_SOM5282EM
bool "SOM5282EM"
endchoice
##############################################################
choice
prompt "Exys Products"
depends on DEFAULTS_EXYS
default DEFAULTS_EXYS_DE2
config DEFAULTS_EXYS_DE2
bool "de2"
endchoice
##############################################################
choice
prompt "Feith Products"
depends on DEFAULTS_FEITH
default DEFAULTS_FEITH_CANCAM
config DEFAULTS_FEITH_CANCAM
bool "CANCam"
config DEFAULTS_FEITH_CLEOPATRA
bool "Cleopatra"
config DEFAULTS_FEITH_CLEOPATRA2
bool "Cleopatra2"
config DEFAULTS_FEITH_SCALES
bool "SCALES"
endchoice
##############################################################
choice
prompt "FireBee Products"
depends on DEFAULTS_FIREBEE
default DEFAULTS_FIREBEE_FIREBEE1
config DEFAULTS_FIREBEE_FIREBEE1
bool "FireBee1"
config DEFAULTS_FIREBEE_FIREBEE1_MMU
bool "FireBee1-MMU"
endchoice
##############################################################
choice
prompt "Freescale Products"
depends on DEFAULTS_FREESCALE
default DEFAULTS_FREESCALE_IMX50EVK
config DEFAULTS_FREESCALE_IMX50EVK
bool "IMX50EVK"
config DEFAULTS_FREESCALE_M5206EC3
bool "M5206eC3"
config DEFAULTS_FREESCALE_M5206ELITE
bool "M5206eLITE"
config DEFAULTS_FREESCALE_M5208EVB
bool "M5208EVB"
config DEFAULTS_FREESCALE_M5235EVB
bool "M5235EVB"
config DEFAULTS_FREESCALE_M5249C3
bool "M5249C3"
config DEFAULTS_FREESCALE_M5271EVB
bool "M5271EVB"
config DEFAULTS_FREESCALE_M5272C3
bool "M5272C3"
config DEFAULTS_FREESCALE_M5275EVB
bool "M5275EVB"
config DEFAULTS_FREESCALE_M5282EVB
bool "M5282EVB"
config DEFAULTS_FREESCALE_M5282LITE
bool "M5282LITE"
config DEFAULTS_FREESCALE_M5307C3
bool "M5307C3"
config DEFAULTS_FREESCALE_M5329EVB
bool "M5329EVB"
config DEFAULTS_FREESCALE_M5407C3
bool "M5407C3"
config DEFAULTS_FREESCALE_M5475EVB
bool "M5475EVB"
config DEFAULTS_FREESCALE_M5475EVB_MMU
bool "M5475EVB-MMU"
endchoice
##############################################################
choice
prompt "Globalscale Products"
depends on DEFAULTS_GLOBALSCALE
default DEFAULTS_GLOBALSCALE_MIRABOX
config DEFAULTS_GLOBALSCALE_MIRABOX
bool "MiraBox"
endchoice
##############################################################
choice
prompt "Intec Products"
depends on DEFAULTS_INTEC
default DEFAULTS_INTEC_WILDFIRE
config DEFAULTS_INTEC_WILDFIRE
bool "WildFire"
config DEFAULTS_INTEC_WILDFIREMOD
bool "WildFireMod"
endchoice
##############################################################
choice
prompt "Intel Products"
depends on DEFAULTS_INTEL
default DEFAULTS_INTEL_IXDP425
config DEFAULTS_INTEL_IXDP425
bool "IXDP425"
config DEFAULTS_INTEL_IXDP465
bool "IXDP465"
config DEFAULTS_INTEL_IXDPG425
bool "IXDPG425"
config DEFAULTS_INTEL_MINNOWBOARD
bool "MinnowBoard"
config DEFAULTS_INTEL_MONTEJADE
bool "MonteJade"
config DEFAULTS_INTEL_TOLAPAI_EP80579
bool "Tolapai-EP80579"
endchoice
##############################################################
choice
prompt "McAfee Products"
depends on DEFAULTS_MCAFEE
default DEFAULTS_MCAFEE_SG310
config DEFAULTS_MCAFEE_SG310
bool "SG310"
config DEFAULTS_MCAFEE_SG560
bool "SG560"
config DEFAULTS_MCAFEE_SG560D
bool "SG560D"
config DEFAULTS_MCAFEE_SG560U
bool "SG560U"
config DEFAULTS_MCAFEE_SG560U_RECOVER
bool "SG560U-Recover"
config DEFAULTS_MCAFEE_SG565
bool "SG565"
config DEFAULTS_MCAFEE_SG580
bool "SG580"
config DEFAULTS_MCAFEE_SG590
bool "SG590"
config DEFAULTS_MCAFEE_SG640
bool "SG640"
config DEFAULTS_MCAFEE_SG720
bool "SG720"
config DEFAULTS_MCAFEE_SG770
bool "SG770"
config DEFAULTS_MCAFEE_SG8100
bool "SG8100"
config DEFAULTS_MCAFEE_SG8200
bool "SG8200"
endchoice
##############################################################
choice
prompt "Micrel Products"
depends on DEFAULTS_MICREL
default DEFAULTS_MICREL_KS8695
config DEFAULTS_MICREL_KS8695
bool "KS8695"
config DEFAULTS_MICREL_KSZ9692
bool "KSZ9692"
endchoice
##############################################################
choice
prompt "Netburner Products"
depends on DEFAULTS_NETBURNER
default DEFAULTS_NETBURNER_MOD5272
config DEFAULTS_NETBURNER_MOD5272
bool "MOD5272"
config DEFAULTS_NETBURNER_MOD5282
bool "MOD5282"
endchoice
##############################################################
choice
prompt "Nuvoton Products"
depends on DEFAULTS_NUVOTON
default DEFAULTS_NUVOTON_NUC700
config DEFAULTS_NUVOTON_NUC700
bool "NUC700"
endchoice
##############################################################
choice
prompt "OpenGear Products"
depends on DEFAULTS_OPENGEAR
default DEFAULTS_OPENGEAR_ACM500X
config DEFAULTS_OPENGEAR_ACM500X
bool "ACM500x"
config DEFAULTS_OPENGEAR_CM4008
bool "CM4008"
config DEFAULTS_OPENGEAR_CM41XX
bool "CM41xx"
config DEFAULTS_OPENGEAR_IM4004
bool "IM4004"
config DEFAULTS_OPENGEAR_IM42XX
bool "IM42xx"
config DEFAULTS_OPENGEAR_SD4002
bool "SD4002"
endchoice
##############################################################
choice
prompt "SNEHA Products"
depends on DEFAULTS_SNEHA
default DEFAULTS_SNEHA_CPU16B
config DEFAULTS_SNEHA_CPU16B
bool "CPU16B"
endchoice
##############################################################
choice
prompt "SecureComputing Products"
depends on DEFAULTS_SECURECOMPUTING
default DEFAULTS_SECURECOMPUTING_SE5000
config DEFAULTS_SECURECOMPUTING_SE5000
bool "SE5000"
config DEFAULTS_SECURECOMPUTING_SE5100
bool "SE5100"
config DEFAULTS_SECURECOMPUTING_SE5100_FLASH
bool "SE5100-Flash"
config DEFAULTS_SECURECOMPUTING_SG310
bool "SG310"
config DEFAULTS_SECURECOMPUTING_SG550
bool "SG550"
config DEFAULTS_SECURECOMPUTING_SG560
bool "SG560"
config DEFAULTS_SECURECOMPUTING_SG560D
bool "SG560D"
config DEFAULTS_SECURECOMPUTING_SG560U
bool "SG560U"
config DEFAULTS_SECURECOMPUTING_SG565
bool "SG565"
config DEFAULTS_SECURECOMPUTING_SG570
bool "SG570"
config DEFAULTS_SECURECOMPUTING_SG575
bool "SG575"
config DEFAULTS_SECURECOMPUTING_SG580
bool "SG580"
config DEFAULTS_SECURECOMPUTING_SG590
bool "SG590"
config DEFAULTS_SECURECOMPUTING_SG630
bool "SG630"
config DEFAULTS_SECURECOMPUTING_SG635
bool "SG635"
config DEFAULTS_SECURECOMPUTING_SG640
bool "SG640"
config DEFAULTS_SECURECOMPUTING_SG710
bool "SG710"
config DEFAULTS_SECURECOMPUTING_SG720
bool "SG720"
endchoice
##############################################################
choice
prompt "Serra Products"
depends on DEFAULTS_SERRA
default DEFAULTS_SERRA_MFC3000
config DEFAULTS_SERRA_MFC3000
bool "MFC3000"
endchoice
##############################################################
choice
prompt "Signal Products"
depends on DEFAULTS_SIGNAL
default DEFAULTS_SIGNAL_MCP751
config DEFAULTS_SIGNAL_MCP751
bool "MCP751"
endchoice
##############################################################
choice
prompt "Soekris Products"
depends on DEFAULTS_SOEKRIS
default DEFAULTS_SOEKRIS_NET4801
config DEFAULTS_SOEKRIS_NET4801
bool "net4801"
endchoice
##############################################################
choice
prompt "TI Products"
depends on DEFAULTS_TI
default DEFAULTS_TI_BEAGLEBONEBLACK
config DEFAULTS_TI_BEAGLEBONEBLACK
bool "BeagleBoneBLACK"
endchoice
##############################################################
choice
prompt "senTec Products"
depends on DEFAULTS_SENTEC
default DEFAULTS_SENTEC_COBRA5272
config DEFAULTS_SENTEC_COBRA5272
bool "COBRA5272"
config DEFAULTS_SENTEC_COBRA5282
bool "COBRA5282"
config DEFAULTS_SENTEC_COBRA5329
bool "COBRA5329"
endchoice
endmenu
config PRODUCT
string
##############################################################
menu "Kernel/Library/Defaults Selection"
comment "Kernel is linux"
config DEFAULTS_KERNEL_LINUX
bool
default y
config LINUXDIR
string
choice
prompt "Libc Version"
default DEFAULTS_LIBC_UCLIBC
config DEFAULTS_LIBC_UCLIBC
bool "uClibc"
config DEFAULTS_LIBC_UC_LIBC
bool "uC-libc"
config DEFAULTS_LIBC_GLIBC
bool "glibc"
config DEFAULTS_LIBC_NONE
bool "None"
endchoice
source glibc/Kconfig
config LIBCDIR
string
config DEFAULTS_OVERRIDE
bool "Default all settings (lose changes)"
config DEFAULTS_KERNEL
bool "Customize Kernel Settings"
config DEFAULTS_VENDOR
bool "Customize Application/Library Settings"
config DEFAULTS_VENDOR_UPDATE
bool "Update Default Vendor Settings"
endmenu